Resolve problems with examples not compiling or otherwise not functioning.
This commit is contained in:
@@ -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:"));
|
||||
|
||||
Reference in New Issue
Block a user