From e1d00fe387b28f0b41d943956769df595b326c1c Mon Sep 17 00:00:00 2001 From: Heisenberg Date: Wed, 13 Jul 2022 16:49:49 +0100 Subject: [PATCH] Settings-rename alligned to settings --- src/Settings-rename.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Settings-rename.h b/src/Settings-rename.h index cfcedee..6bdc326 100644 --- a/src/Settings-rename.h +++ b/src/Settings-rename.h @@ -1,5 +1,5 @@ //Replace with the name of the mouse -#define deviceName "my BT mouse" +#define deviceName "My BT mouse" #define deviceNameNoSpaces "my_BT_mouse" //Replace with the room name where the node will be placed; example: #define room "living-room" @@ -15,7 +15,7 @@ #define password "12345678" //Replace with a human-friendly host name. Must not contain spaces or special characters and be unique on your network -#define hostname "esp32_unicorn_mouse_" room +#define hostname "esp32_" deviceNameNoSpaces "_" room //Replace with your MQTT Broker address; example: #define mqttHost IPAddress(192, 168, 1, 195) #define mqttHost IPAddress(192, 168, 1, 195)