mirror of
https://github.com/meshtastic/firmware.git
synced 2025-12-20 17:52:35 +00:00
16 lines
258 B
C++
16 lines
258 B
C++
#include "meshwifi/meshhttp.h"
|
|
#include "meshwifi/meshwifi.h"
|
|
|
|
void initWifi() {}
|
|
|
|
void deinitWifi() {}
|
|
|
|
bool isWifiAvailable()
|
|
{
|
|
return false;
|
|
}
|
|
|
|
void handleWebResponse() {}
|
|
|
|
/// Perform idle loop processing required by the wifi layer
|
|
void loopWifi() {} |