1
0
mirror of https://github.com/esphome/esphome.git synced 2025-03-13 22:28:14 +00:00

Clarified comments as suggested by @DjordjeMandic

Co-authored-by: Djordje Mandic <6750655+DjordjeMandic@users.noreply.github.com>
This commit is contained in:
baal86 2025-02-20 04:26:00 +01:00 committed by GitHub
parent acac1855be
commit 443e41f41f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -48,7 +48,7 @@ struct WakeupCauseToRunDuration {
uint32_t touch_cause;
// Run duration if woken up by GPIO pins.
uint32_t gpio_cause;
// Run duration if woken up by ext1 pins.
// Run duration if woken up by EXT1 pins.
uint32_t ext1_cause;
};