Skip to content

Commit

Permalink
Update C6_ULP.ino
Browse files Browse the repository at this point in the history
  • Loading branch information
martinius96 authored Jan 3, 2025
1 parent 7e1effe commit 542d1e7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/Hladinomer/HTTPS/C6_ULP.ino
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ client.setCACert(test_root_ca);
Serial.println(F("Distance between ultrasonic sensor and water level is out of range."));
}
client.stop();
delay(750);
esp_sleep_enable_timer_wakeup(TIME_TO_SLEEP * uS_TO_S_FACTOR);
Serial.println("Setup ESP32 to sleep for every " + String(TIME_TO_SLEEP) + " Seconds");
esp_deep_sleep_start();
Expand Down

0 comments on commit 542d1e7

Please sign in to comment.