LCC Fusion Project 1.0
LCC Automation
Loading...
Searching...
No Matches
openmrn_arduino::Esp32WiFiConfigurationParams Class Reference

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.
 

Detailed Description

Names and Descriptions for all ESP32 exposed WiFi configuration options.

Definition at line 45 of file Esp32WiFiConfiguration.h.

Member Data Documentation

◆ BOOLEAN_MAP

static constexpr const char * openmrn_arduino::Esp32WiFiConfigurationParams::BOOLEAN_MAP
staticconstexpr
Initial value:
=
"<relation><property>0</property><value>No</value></relation>"
"<relation><property>1</property><value>Yes</value></relation>"

<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.


The documentation for this class was generated from the following files: