|
SensESP 3.1.1
Universal Signal K sensor toolkit ESP32
|
#include <Arduino.h>#include <DNSServer.h>#include <WiFi.h>#include "sensesp/net/wifi_state.h"#include "sensesp/system/lambda_consumer.h"#include "sensesp/system/observablevalue.h"#include "sensesp/system/resettable.h"#include "sensesp/system/serializable.h"#include "sensesp/system/valueproducer.h"#include "sensesp_base_app.h"Go to the source code of this file.
Classes | |
| class | sensesp::WiFiStateProducer |
| Provide information about the current WiFi state. More... | |
| class | sensesp::AccessPointSettings |
| Storage object for WiFi access point settings. More... | |
| class | sensesp::ClientSSIDConfig |
| Storage object for WiFi client settings. More... | |
| class | sensesp::WiFiNetworkInfo |
| WiFi Network Information storage class. More... | |
| class | sensesp::Networking |
| Manages the ESP's connection to the Wifi network. More... | |
Namespaces | |
| namespace | sensesp |
Functions | |
| const String | sensesp::ConfigSchema (const Networking &obj) |
| bool | sensesp::ConfigRequiresRestart (const Networking &obj) |
Variables | |
| constexpr int | sensesp::kMaxNumClientConfigs = 3 |