|
LCC Fusion Project 1.0
LCC Automation
|
Names and Descriptions for all ESP32 exposed WiFi configuration options. More...
#include <Esp32WiFiConfiguration.h>
Static Public Attributes | |
| static constexpr const char * | BOOLEAN_MAP |
| static constexpr const char * | WIFI_POWER_SAVE_NAME |
| Visible name for the WiFi Power Savings mode. | |
| static constexpr const char * | WIFI_POWER_SAVE_DESC |
| Visible description for the WiFi Power Savings mode. | |
| static constexpr const char * | HUB_NAME = "Hub Configuration" |
| Visible name for the Hub Configuration group. | |
| static constexpr const char * | HUB_DESC |
| Visible description for the Hub Configuration group. | |
| static constexpr const char * | HUB_ENABLE_NAME = "Enable Hub Mode" |
| Visible name for the hub enable field. | |
| static constexpr const char * | HUB_ENABLE_DESC |
| Visible description for the hub enable field. | |
| static constexpr const char * | HUB_LISTENER_PORT_NAME = "Hub Listener Port" |
| Visible name for the hub_listener_port field. | |
| static constexpr const char * | HUB_LISTENER_PORT_DESC |
| Visible name for the hub_listener_port field. | |
| static constexpr const char * | UPLINK_NAME = "Node Uplink Configuration" |
| Visible name for the link_config group. | |
| static constexpr const char * | UPLINK_DESC |
| Visible name for the link_config group. | |
Names and Descriptions for all ESP32 exposed WiFi configuration options.
Definition at line 45 of file Esp32WiFiConfiguration.h.
|
staticconstexpr |
<map> of possible keys and descriptive values to show to the user for the wifi_sleep and hub_mode fields.
Definition at line 50 of file Esp32WiFiConfiguration.h.