Singleton class for Wi-Fi settings. More...
#include <SingeltonWifiSettings.h>
| Static Public Member Functions | |
| static SingeltonWifiConnector & | getInstance () | 
| Gets the singleton instance of the SingeltonWifiConnector class. | |
| Public Attributes | |
| const char * | MASTER_SSID = "MV-Glove" | 
| The SSID name for the master Wi-Fi network. | |
| const char * | SLAVE_SSID = "VS-Glove" | 
| The SSID name for the slave Wi-Fi network. | |
| const uint8_t | SLAVE_MAC [6] = {0x48, 0x55, 0x19, 0xF6, 0xC9, 0xB3} | 
| The MAC address of the slave device for the Wi-Fi connection. | |
Singleton class for Wi-Fi settings.
This class follows the Singleton pattern to ensure only one instance exists for managing Wi-Fi settings, including SSID names and MAC address for master and slave devices in the system.
| 
 | inlinestatic | 
Gets the singleton instance of the SingeltonWifiConnector class.
| const uint8_t SingeltonWifiConnector::SLAVE_MAC[6] = {0x48, 0x55, 0x19, 0xF6, 0xC9, 0xB3} | 
The MAC address of the slave device for the Wi-Fi connection.
The MAC address is used to identify the slave device in the network.