Fix user form
* fix issue with checkbox on user form * use consistent style for const char pointers * use unique hostname by default
This commit is contained in:
@ -19,7 +19,7 @@
|
||||
#endif
|
||||
|
||||
#ifndef FACTORY_WIFI_HOSTNAME
|
||||
#define FACTORY_WIFI_HOSTNAME ""
|
||||
#define FACTORY_WIFI_HOSTNAME ESPUtils::defaultDeviceValue("esp-react-")
|
||||
#endif
|
||||
|
||||
class WiFiSettings {
|
||||
|
Reference in New Issue
Block a user