File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments