° as two-byte char not suitable
authorBernhard Tittelbach <xro@realraum.at>
Fri, 15 Oct 2010 18:39:55 +0000 (18:39 +0000)
committerBernhard Tittelbach <xro@realraum.at>
Fri, 15 Oct 2010 18:39:55 +0000 (18:39 +0000)
powersensordaemon/powerids.txt
rf433ctl/rf433ctl.pde

index de2c01b..09d6fae 100644 (file)
@@ -10,7 +10,7 @@ all           acdefgh
 decke         gh
 lichter       acdfgh
 ambientlights acf
-blueled       °
+blueled       &
 panicled      ^
 ymhpoweroff   :
 ymhpower      .
index c050dc5..ab8502f 100644 (file)
@@ -560,7 +560,7 @@ void loop()
       flash_led(1, 1, 1, 1, 0);
       Serial.println("Ok");
     }
-    else if (command == '°')
+    else if (command == '&')
     {
       flash_led(0, 1, 2, 1, 0);
       Serial.println("Ok");