mirror of
https://github.com/meshtastic/firmware.git
synced 2026-01-28 04:31:58 +00:00
Add stubs so that portduino can build with wifi. cc @mc-hamster
This commit is contained in:
16
src/nrf52/wifi-stubs.cpp
Normal file
16
src/nrf52/wifi-stubs.cpp
Normal file
@@ -0,0 +1,16 @@
|
||||
#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() {}
|
||||
Reference in New Issue
Block a user