From 310b48f856dec7b518da7225a4dfcdaf22b85a8a Mon Sep 17 00:00:00 2001 From: Oleg Kalachev Date: Tue, 29 Jul 2025 21:32:50 +0300 Subject: [PATCH] Fix --- flix/cli.ino | 2 ++ 1 file changed, 2 insertions(+) diff --git a/flix/cli.ino b/flix/cli.ino index 033ef55..666ab95 100644 --- a/flix/cli.ino +++ b/flix/cli.ino @@ -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());