Files
meshtastic-firmware/src/nrf52/wifi-stubs.cpp
2020-12-12 18:33:52 -08:00

16 lines
274 B
C++

#include "meshwifi/meshhttp.h"
#include "meshwifi/meshwifi.h"
void initWifi(bool forceSoftAP) {}
void deinitWifi() {}
bool isWifiAvailable()
{
return false;
}
void handleWebResponse() {}
/// Perform idle loop processing required by the wifi layer
void loopWifi() {}