mirror of
https://github.com/meshtastic/firmware.git
synced 2025-12-22 18:52:30 +00:00
Make wifi optional and exclude from nrf52 builds
This commit is contained in:
13
src/nrf52/wifi-nrf52.cpp
Normal file
13
src/nrf52/wifi-nrf52.cpp
Normal file
@@ -0,0 +1,13 @@
|
||||
#include "meshwifi/meshhttp.h"
|
||||
#include "meshwifi/meshwifi.h"
|
||||
|
||||
void initWifi() {}
|
||||
|
||||
void deinitWifi() {}
|
||||
|
||||
bool isWifiAvailable()
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
||||
void handleWebResponse() {}
|
||||
Reference in New Issue
Block a user