ESP-LiveControl
1.99.1
HTTP server, AJAX API backend and Vue.js web application implementing self-contained, zero-install WiFi remote control of hardware modules attached to the Espressif ESP32 SoC
|
Application, network and hardware settings, constants and preset configuration. More...
#include "freertos/FreeRTOS.h"
#include "driver/mcpwm.h"
#include "driver/gpio.h"
#include "driver/ledc.h"
#include "driver/adc.h"
#include "IPAddress.h"
#include "ArduinoJson.h"
Go to the source code of this file.
Classes | |
struct | SerialConfig |
struct | NetworkConfig |
WiFi network configuration structure with default values. More... | |
struct | APIServerConfig |
struct | AppConstants |
Constant / compile-time config values go here! More... | |
struct | AuxHwDrvConfig |
Hardware configuration for AuxHwDrv. More... | |
Application, network and hardware settings, constants and preset configuration.
For run-time variable settings, see struct AppState(). For NVM persistent storage of WiFi settings, see WiFiConfigurator().
2021-05-16 Ulrich Lukas