mirror of
https://github.com/meshtastic/firmware.git
synced 2025-12-22 18:52:30 +00:00
Add API server on port 4403 (kinda a WIP, seems to work but I haven't
finished the python client code)
This commit is contained in:
@@ -10,4 +10,7 @@ bool isWifiAvailable()
|
||||
return false;
|
||||
}
|
||||
|
||||
void handleWebResponse() {}
|
||||
void handleWebResponse() {}
|
||||
|
||||
/// Perform idle loop processing required by the wifi layer
|
||||
void loopWifi() {}
|
||||
Reference in New Issue
Block a user