Define overall structure for class containing WiFi, OTA and webpage functionality. More...
#include <ArduinoOTA.h>
#include <AsyncTCP.h>
#include <ESPAsyncWebServer.h>
#include <memory>
#include <thread>
#include <tuple>
#include "../config/config.h"
#include "../logging/logging.h"
#include "WiFi.h"
#include "webpage.h"
Go to the source code of this file.
Classes | |
class | Connectivity |
Define overall structure for class containing WiFi, OTA and webpage functionality.