projects
/
svn42.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1324d3c
)
added Error string for unknown command
author
Christian Pointner
<equinox@realraum.at>
Sat, 6 Mar 2010 08:38:17 +0000
(08:38 +0000)
committer
Christian Pointner
<equinox@realraum.at>
Sat, 6 Mar 2010 08:38:17 +0000
(08:38 +0000)
rf433ctl/rf433ctl.pde
patch
|
blob
|
history
diff --git
a/rf433ctl/rf433ctl.pde
b/rf433ctl/rf433ctl.pde
index
5e7ca64
..
6b541e2
100644
(file)
--- a/
rf433ctl/rf433ctl.pde
+++ b/
rf433ctl/rf433ctl.pde
@@
-308,5
+308,8
@@
void loop()
send_frame(words[D2_OFF]);
else if(command == 'T')
printTemperature(onShieldTemp);
+
+ else
+ Serial.println("Error: unknown command");
}
}