Skip to content

Commit

Permalink
Debugging-Tools entfernen
Browse files Browse the repository at this point in the history
  • Loading branch information
schemil053 authored Apr 11, 2023
1 parent 304352a commit bf931e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions wifi_probe.ino
Original file line number Diff line number Diff line change
Expand Up @@ -244,8 +244,8 @@ void loop() {
if (WiFi.status() != WL_CONNECTED) {
WiFi.begin(wifiname, wifipass);
}
if ((lastdata + (20000)) < millis()) {
// if ((lastdata + (checktime * 60000)) < millis()) {
// if ((lastdata + (20000)) < millis()) {
if ((lastdata + (checktime * 60000)) < millis()) {
lastdata = millis();
int devs = devices.size();
WiFi.persistent(false);
Expand Down

0 comments on commit bf931e0

Please sign in to comment.