progress on Wifi in portduino

This commit is contained in:
Kevin Hester
2021-03-15 19:59:09 +08:00
parent 60f7ec8998
commit f492f6deb6
7 changed files with 149 additions and 10 deletions

View File

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