Resolve problems with examples not compiling or otherwise not functioning.

This commit is contained in:
nick6x
2016-08-22 01:40:27 -07:00
parent f369c2ff9a
commit 4f30789e88
6 changed files with 26 additions and 27 deletions

View File

@@ -118,7 +118,7 @@ void loop() {
}
while(Serial.available()) {
char c = Serial.read();
Serial.print(c);
Serial.println(c);
switch(c) {
case 'h':
Serial.println(F("Commands:"));