16 lines
274 B
C++
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() {} |