Files
firmware/src/nrf52/wifi-nrf52.cpp

13 lines
178 B
C++
Raw Normal View History

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