„firmware/config_user.h.example“ ändern
This commit is contained in:
parent
449654c250
commit
92908452fc
1 changed files with 2 additions and 0 deletions
|
@ -22,6 +22,8 @@ const char *INFLUXDB_USER = "user";
|
||||||
const char *INFLUXDB_PASS = "password";
|
const char *INFLUXDB_PASS = "password";
|
||||||
|
|
||||||
// Device name
|
// Device name
|
||||||
|
// WARNING: Keep the name short! If your access point did not show up, you
|
||||||
|
// maybe have a TOO LONG SSID!
|
||||||
String DEVICE_NAME = "devicename";
|
String DEVICE_NAME = "devicename";
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in a new issue