mirror of
https://github.com/meshtastic/firmware.git
synced 2025-12-30 22:50:57 +00:00
18 lines
225 B
C
18 lines
225 B
C
#pragma once
|
|
|
|
#include <Arduino.h>
|
|
#include <functional>
|
|
|
|
void initWebServer();
|
|
|
|
void handleNotFound();
|
|
|
|
void handleWebResponse();
|
|
|
|
void handleJSONChatHistory();
|
|
|
|
void notifyWebUI();
|
|
|
|
void handleHotspot();
|
|
|
|
void handleRoot(); |