diff --git a/src/reset.cpp b/src/reset.cpp index e889506b..13ec8afc 100644 --- a/src/reset.cpp +++ b/src/reset.cpp @@ -196,4 +196,4 @@ void enter_deepsleep(uint32_t wakeup_sec, gpio_num_t wakeup_gpio) { uint64_t uptime() { return (uint64_t)(RTC_millis + esp_timer_get_time() / 1000LL); -} \ No newline at end of file +}