Commit f9f995b
Flush serial in DeepSleep example to allow print before sleep (espressif#1791)
* Add delay into example to allow print before sleep
* Changed to Serial.flush()1 parent c8fe873 commit f9f995b
File tree
1 file changed
+2
-1
lines changed- libraries/ESP32/examples/DeepSleep/TimerWakeUp
1 file changed
+2
-1
lines changedLines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
| 43 | + | |
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| |||
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
| 87 | + | |
87 | 88 | | |
88 | 89 | | |
89 | 90 | | |
| |||
0 commit comments