Skip to content
This repository was archived by the owner on Oct 28, 2023. It is now read-only.

Commit 6689d7b

Browse files
committed
Removed forgotten debug printf lines
1 parent 65bb7e9 commit 6689d7b

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

esp32/modmachine.c

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -93,24 +93,20 @@ STATIC mp_obj_t machine_deepsleep(size_t n_args, const mp_obj_t *pos_args, mp_ma
9393

9494
if (expiry != 0) {
9595
esp_deep_sleep_enable_timer_wakeup(expiry * 1000);
96-
printf("SLEEP EXPIRY\n");
9796
}
9897

9998
if (machine_rtc_config.ext0_pin != -1) {
10099
esp_deep_sleep_enable_ext0_wakeup(machine_rtc_config.ext0_pin, machine_rtc_config.ext0_level ? 1 : 0);
101-
printf("SLEEP EXT0\n");
102100
}
103101

104102
if (machine_rtc_config.ext1_pins != 0) {
105103
esp_deep_sleep_enable_ext1_wakeup(
106104
machine_rtc_config.ext1_pins,
107105
machine_rtc_config.ext1_level ? ESP_EXT1_WAKEUP_ANY_HIGH : ESP_EXT1_WAKEUP_ALL_LOW);
108-
printf("SLEEP EXT1\n");
109106
}
110107

111108
if (machine_rtc_config.wake_on_touch) {
112109
esp_deep_sleep_enable_touchpad_wakeup();
113-
printf("SLEEP TOUCHPAD\n");
114110
}
115111

116112
esp_deep_sleep_start();

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy