PicoLowLevel
|
#include <WiFi.h>
#include <WiFiClient.h>
#include <WebServer.h>
#include <LEAmDNS.h>
#include <LittleFS.h>
#include <ArduinoOTA.h>
#include "Debug.h"
#include "html.h"
#include "definitions.h"
Go to the source code of this file.
Classes | |
class | WebManagement |
Provides a class for managing a WiFi connection and HTTP server for remote firmware updates and configuration management. More... | |