Merge pull request #15 from meshtastic/master

updated my branch from head
This commit is contained in:
Jm Casler
2020-10-10 22:29:09 -07:00
committed by GitHub
62 changed files with 861 additions and 858 deletions

View File

@@ -121,13 +121,7 @@ void initWifi()
DEBUG_MSG("Not using WIFI\n");
}
/// Perform idle loop processing required by the wifi layer
void loopWifi()
{
// FIXME, once we have coroutines - just use a coroutine instead of this nasty loopWifi()
if (apiPort)
apiPort->loop();
}
static void initApiServer()
{