Add command for setting the wifi mode easier

This commit is contained in:
Oleg Kalachev
2026-06-09 02:44:09 +03:00
parent 71abe1bcdb
commit e51b47b798
3 changed files with 25 additions and 4 deletions
+1
View File
@@ -79,3 +79,4 @@ void printIMUCalibration() { print("cal: N/A\n"); };
void printIMUInfo() {};
void printWiFiInfo() {};
void configWiFi(bool, const char*, const char*) { print("Skip WiFi config\n"); };
void setWiFiMode(const String& mode) { print("Skip WiFi mode set\n"); };