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:
rjwats
2020-11-21 23:40:31 +00:00
committed by GitHub
parent 7aed5c0eb2
commit 6e22893051
5 changed files with 15 additions and 18 deletions

View File

@ -19,7 +19,7 @@
#endif
#ifndef FACTORY_WIFI_HOSTNAME
#define FACTORY_WIFI_HOSTNAME ""
#define FACTORY_WIFI_HOSTNAME ESPUtils::defaultDeviceValue("esp-react-")
#endif
class WiFiSettings {