Skip to content

Commit bf931e0

Browse files
authored
Debugging-Tools entfernen
1 parent 304352a commit bf931e0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

wifi_probe.ino

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -244,8 +244,8 @@ void loop() {
244244
if (WiFi.status() != WL_CONNECTED) {
245245
WiFi.begin(wifiname, wifipass);
246246
}
247-
if ((lastdata + (20000)) < millis()) {
248-
// if ((lastdata + (checktime * 60000)) < millis()) {
247+
// if ((lastdata + (20000)) < millis()) {
248+
if ((lastdata + (checktime * 60000)) < millis()) {
249249
lastdata = millis();
250250
int devs = devices.size();
251251
WiFi.persistent(false);

0 commit comments

Comments
 (0)