From 92908452fc40682112aff48edca6b1837fc541be Mon Sep 17 00:00:00 2001 From: Aaron Fischer Date: Sun, 31 Mar 2019 18:48:37 +0000 Subject: [PATCH] =?UTF-8?q?=E2=80=9Efirmware/config=5Fuser.h.example?= =?UTF-8?q?=E2=80=9C=20=C3=A4ndern?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- firmware/config_user.h.example | 2 ++ 1 file changed, 2 insertions(+) diff --git a/firmware/config_user.h.example b/firmware/config_user.h.example index e7f5963..f3491b6 100644 --- a/firmware/config_user.h.example +++ b/firmware/config_user.h.example @@ -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