Refactor hotspot scheduler settings for improved clarity and organization
This commit is contained in:
@@ -91,9 +91,9 @@ class CrossPointSettings {
|
||||
// Screen margin setting (in pixels, default 0)
|
||||
uint8_t screenMargin = 0;
|
||||
|
||||
// Network credentials for FTP and HTTP se // 0 = disabled, 1 = enabled
|
||||
uint8_t hotspotSchedulerHour = 12; // Hour (0-23)
|
||||
uint8_t hotspotSchedulerMinute = 0;
|
||||
// Network credentials for FTP and HTTP servers
|
||||
std::string ftpUsername = "crosspoint";
|
||||
std::string ftpPassword = "reader";
|
||||
std::string httpUsername = "crosspoint";
|
||||
std::string httpPassword = "reader";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user