added Error string for unknown command
[svn42.git] / rf433ctl / rf433ctl.pde
index 5e7ca64..6b541e2 100644 (file)
@@ -308,5 +308,8 @@ void loop()
       send_frame(words[D2_OFF]);
     else if(command == 'T')
       printTemperature(onShieldTemp);
+
+    else
+      Serial.println("Error: unknown command");
   }
 }