/* Alternativvorschlag: */
authorDooMMasteR <DooMMasteR@stratum0.org/mediawiki/>
Wed, 11 Apr 2012 00:21:01 +0000 (00:21 +0000)
committerDooMMasteR <DooMMasteR@stratum0.org/mediawiki/>
Wed, 11 Apr 2012 00:21:01 +0000 (00:21 +0000)
Spacegate.mw

index 6316096..d73b737 100644 (file)
@@ -86,7 +86,7 @@ void serialEvent() {
        case getKeyID :
          uart.send(keyID);
        case authChallenge :
        case getKeyID :
          uart.send(keyID);
        case authChallenge :
-         uart.send(sha2(localKey + data);
+         uart.send(sha2(localKey + data));
        default :
          resetData();
       }
        default :
          resetData();
       }
This page took 0.02713 seconds and 4 git commands to generate.