Files
firmware/src/nrf52/wifi-nrf52.cpp
2020-09-18 10:48:39 -07:00

13 lines
178 B
C++

#include "meshwifi/meshhttp.h"
#include "meshwifi/meshwifi.h"
void initWifi() {}
void deinitWifi() {}
bool isWifiAvailable()
{
return false;
}
void handleWebResponse() {}