mirror of
https://github.com/meshtastic/firmware.git
synced 2025-12-21 18:22:32 +00:00
Initial Checkin for WiFi and HTTP Server Framework
This commit is contained in:
22
src/meshwifi/meshwifi.h
Normal file
22
src/meshwifi/meshwifi.h
Normal file
@@ -0,0 +1,22 @@
|
||||
#pragma once
|
||||
|
||||
#include <Arduino.h>
|
||||
#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