Skip to content

Commit

Permalink
reset.cpp: remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
cyberman54 committed Feb 3, 2025
1 parent 68f3071 commit 767df67
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/reset.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -192,8 +192,6 @@ void enter_deepsleep(uint32_t wakeup_sec, gpio_num_t wakeup_gpio) {
#else
esp_sleep_enable_ext1_wakeup(1ULL << wakeup_gpio, ESP_EXT1_WAKEUP_ANY_LOW);
#endif
//for arduinio-esp32 v6.10.0
//esp_sleep_enable_ext1_wakeup(1ULL << wakeup_gpio, ESP_EXT1_WAKEUP_ANY_LOW);
}

// time stamp sleep start time and save system monotonic time. Deep sleep.
Expand Down

0 comments on commit 767df67

Please sign in to comment.