mirror of
https://github.com/meshtastic/firmware.git
synced 2025-12-22 02:32:23 +00:00
Refactoring to break out HTTP from WiFi
This commit is contained in:
@@ -4,19 +4,9 @@
|
||||
#include <functional>
|
||||
#include <WiFi.h>
|
||||
|
||||
void handleNotFound();
|
||||
|
||||
void reconnectWiFi();
|
||||
|
||||
void initWifi();
|
||||
|
||||
void initWebServer();
|
||||
|
||||
void handleWebResponse();
|
||||
|
||||
void notifyWebUI();
|
||||
|
||||
void handleJSONChatHistory();
|
||||
|
||||
void WiFiEvent(WiFiEvent_t event);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user