mirror of
https://github.com/meshtastic/firmware.git
synced 2025-12-22 18:52:30 +00:00
Merge branch 'master' into dev-wifi
This commit is contained in:
@@ -6,10 +6,13 @@
|
||||
|
||||
#ifdef HAS_WIFI
|
||||
#include <WiFi.h>
|
||||
#include <DNSServer.h>
|
||||
#endif
|
||||
|
||||
void initWifi();
|
||||
|
||||
void deinitWifi();
|
||||
bool isWifiAvailable();
|
||||
|
||||
bool isWifiAvailable();
|
||||
void WiFiEvent(WiFiEvent_t event);
|
||||
|
||||
void handleDNSResponse();
|
||||
|
||||
Reference in New Issue
Block a user