Files
firmware/src/meshwifi/meshwifi.h

23 lines
279 B
C
Raw Normal View History

#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);