From 4aa79277ad9403ef4e02b97f0dff9fa591650913 Mon Sep 17 00:00:00 2001 From: Bernhard Tittelbach Date: Fri, 15 Oct 2010 18:39:55 +0000 Subject: [PATCH] =?utf8?q?=C2=B0=20as=20two-byte=20char=20not=20suitable?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- powersensordaemon/powerids.txt | 2 +- rf433ctl/rf433ctl.pde | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"); -- 1.7.10.4