Skip to content

Commit 08b9919

Browse files
committed
Update URL to UUID generator
1 parent b9e6482 commit 08b9919

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

node-esp32-generic/node-esp32-generic.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ RTC_DATA_ATTR int bootCount = 0;
163163

164164
// A MQTT client ID, which should be unique across multiple devices for a user.
165165
// Maybe use your MQTT_USERNAME and the date and time the sketch was compiled
166-
// or just use an UUID (https://www.uuidgenerator.net/) or other random value.
166+
// or just use an UUID (https://www.uuidtools.com/) or other random value.
167167

168168
#define MQTT_CLIENT_ID "xxxxxxxx-yyyy-xxxx-yyyy-zzzzzzzzzzzz" // Hier eigenen Werte eintragen
169169

node-esp8266-generic/node-esp8266-generic.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ int sleepTimeS = 900; // 15-Minuten SleepTimer als Startwert
138138

139139
// A MQTT client ID, which should be unique across multiple devices for a user.
140140
// Maybe use your MQTT_USERNAME and the date and time the sketch was compiled
141-
// or just use an UUID (https://www.uuidgenerator.net/) or other random value.
141+
// or just use an UUID (https://www.uuidtools.com/) or other random value.
142142
#define MQTT_CLIENT_ID "xxxxxxxx-yyyy-xxxx-yyyy-zzzzzzzzzzzz" // Hier eigenen Werte eintragen
143143

144144

node-wifi-mqtt/node-wifi-mqtt.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@
159159

160160
// A MQTT client ID, which should be unique across multiple devices for a user.
161161
// Maybe use your MQTT_USERNAME and the date and time the sketch was compiled
162-
// or just use an UUID (https://www.uuidgenerator.net/) or other random value.
162+
// or just use an UUID (https://www.uuidtools.com/) or other random value.
163163
#define MQTT_CLIENT_ID ""
164164

165165
// The credentials to authenticate with the MQTT broker

0 commit comments

Comments
 (0)