Merge branch 'master' into eink

This commit is contained in:
Kevin Hester
2020-09-26 12:58:13 -07:00
committed by GitHub
31 changed files with 1524 additions and 189 deletions

16
src/nrf52/wifi-stubs.cpp Normal file
View File

@@ -0,0 +1,16 @@
#include "meshwifi/meshhttp.h"
#include "meshwifi/meshwifi.h"
void initWifi() {}
void deinitWifi() {}
bool isWifiAvailable()
{
return false;
}
void handleWebResponse() {}
/// Perform idle loop processing required by the wifi layer
void loopWifi() {}