From: Bernhard Tittelbach Date: Fri, 15 Oct 2010 18:39:55 +0000 (+0000) Subject: ° as two-byte char not suitable X-Git-Url: https://git.realraum.at/?p=svn42.git;a=commitdiff_plain;h=4aa79277ad9403ef4e02b97f0dff9fa591650913 ° as two-byte char not suitable --- diff --git a/powersensordaemon/powerids.txt b/powersensordaemon/powerids.txt index de2c01b..09d6fae 100644 --- a/powersensordaemon/powerids.txt +++ b/powersensordaemon/powerids.txt @@ -10,7 +10,7 @@ all acdefgh decke gh lichter acdfgh ambientlights acf -blueled ° +blueled & panicled ^ ymhpoweroff : ymhpower . diff --git a/rf433ctl/rf433ctl.pde b/rf433ctl/rf433ctl.pde index c050dc5..ab8502f 100644 --- a/rf433ctl/rf433ctl.pde +++ b/rf433ctl/rf433ctl.pde @@ -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");