mirror of
https://github.com/justcallmekoko/ESP32Marauder.git
synced 2025-12-22 07:10:47 -08:00
Add missing semi
This commit is contained in:
committed by
GitHub
parent
a0acd10bd7
commit
2d2d83e3af
@@ -288,7 +288,7 @@ void CommandLine::runCommand(String input) {
|
|||||||
led_obj.setMode(MODE_CUSTOM);
|
led_obj.setMode(MODE_CUSTOM);
|
||||||
}
|
}
|
||||||
#else
|
#else
|
||||||
Serial.println("This hardware does not support neopixel")
|
Serial.println("This hardware does not support neopixel");
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
// ls command
|
// ls command
|
||||||
|
|||||||
Reference in New Issue
Block a user