Skip to content

Commit

Permalink
Settings-rename alligned to settings
Browse files Browse the repository at this point in the history
  • Loading branch information
heisenberg2980 committed Jul 13, 2022
1 parent 3ecbf4d commit e1d00fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Settings-rename.h
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -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)
Expand Down

0 comments on commit e1d00fe

Please sign in to comment.