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:
geeksville
2020-09-19 12:54:49 -07:00
parent 0929b86d62
commit 9e9c50e6d8
6 changed files with 41 additions and 12 deletions

View File

@@ -44,7 +44,7 @@ WiFiServerPort::WiFiServerPort() : WiFiServer(MESHTASTIC_PORTNUM) {}
void WiFiServerPort::init()
{
DEBUG_MSG("Listening on TCP port %d\n", MESHTASTIC_PORTNUM);
DEBUG_MSG("API server sistening on TCP port %d\n", MESHTASTIC_PORTNUM);
begin();
}