mirror of
https://github.com/meshtastic/firmware.git
synced 2025-12-22 10:42:49 +00:00
13 lines
178 B
C++
13 lines
178 B
C++
|
|
#include "meshwifi/meshhttp.h"
|
||
|
|
#include "meshwifi/meshwifi.h"
|
||
|
|
|
||
|
|
void initWifi() {}
|
||
|
|
|
||
|
|
void deinitWifi() {}
|
||
|
|
|
||
|
|
bool isWifiAvailable()
|
||
|
|
{
|
||
|
|
return false;
|
||
|
|
}
|
||
|
|
|
||
|
|
void handleWebResponse() {}
|