„firmware/config_user.h.example“ ändern

This commit is contained in:
Aaron Fischer 2019-03-31 18:48:37 +00:00
parent 449654c250
commit 92908452fc
1 changed files with 2 additions and 0 deletions

View File

@ -22,6 +22,8 @@ const char *INFLUXDB_USER = "user";
const char *INFLUXDB_PASS = "password";
// 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";
#endif