Skip to content

Commit 5ad30a5

Browse files
committed
Trunk
1 parent 060a3bd commit 5ad30a5

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CODE_OF_CONDUCT.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Contributor Covenant Code of Conduct
22

3-
The Meshtastic Firmware project is subject to the code of conduct for the parent project, which can be found here:
3+
The Meshtastic Firmware project is subject to the code of conduct for the parent project, which can be found here:
44
https://meshtastic.org/docs/legal/conduct/

src/sleep.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,8 @@ esp_sleep_wakeup_cause_t doLightSleep(uint64_t sleepMsec) // FIXME, use a more r
336336
{
337337
// LOG_DEBUG("Enter light sleep");
338338

339-
//LORA_DIO1 is an extended IO pin. Setting it as a wake-up pin will cause problems, such as the indicator device not entering LightSleep.
339+
// LORA_DIO1 is an extended IO pin. Setting it as a wake-up pin will cause problems, such as the indicator device not entering
340+
// LightSleep.
340341
#if defined(SENSECAP_INDICATOR)
341342
return ESP_SLEEP_WAKEUP_TIMER;
342343
#endif

0 commit comments

Comments
 (0)