This commit is contained in:
Oleg Kalachev
2025-07-29 21:32:50 +03:00
parent ce3e47d1ec
commit 310b48f856

View File

@@ -144,7 +144,9 @@ void doCommand(String str, bool echo = false) {
} else if (command == "mrl") {
testMotor(MOTOR_REAR_LEFT);
} else if (command == "wifi") {
#if WIFI_ENABLED
printWiFiInfo();
#endif
} else if (command == "sys") {
#ifdef ESP32
print("Chip: %s\n", ESP.getChipModel());