mirror of
https://github.com/okalachev/flix.git
synced 2025-08-17 09:06:11 +00:00
Fix
This commit is contained in:
@@ -144,7 +144,9 @@ void doCommand(String str, bool echo = false) {
|
|||||||
} else if (command == "mrl") {
|
} else if (command == "mrl") {
|
||||||
testMotor(MOTOR_REAR_LEFT);
|
testMotor(MOTOR_REAR_LEFT);
|
||||||
} else if (command == "wifi") {
|
} else if (command == "wifi") {
|
||||||
|
#if WIFI_ENABLED
|
||||||
printWiFiInfo();
|
printWiFiInfo();
|
||||||
|
#endif
|
||||||
} else if (command == "sys") {
|
} else if (command == "sys") {
|
||||||
#ifdef ESP32
|
#ifdef ESP32
|
||||||
print("Chip: %s\n", ESP.getChipModel());
|
print("Chip: %s\n", ESP.getChipModel());
|
||||||
|
Reference in New Issue
Block a user