mirror of
https://github.com/okalachev/flix.git
synced 2026-06-27 21:46:38 +00:00
Add command for setting the wifi mode easier
This commit is contained in:
@@ -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"); };
|
||||
|
||||
Reference in New Issue
Block a user