From 5dd43bca2ddb2b5ef8e600d6a98590ee76f3230c Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Sat, 4 Apr 2026 11:11:13 -1000 Subject: [PATCH] Simplify wake.h file doc --- esphome/core/wake.h | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/esphome/core/wake.h b/esphome/core/wake.h index 3806e2734e..5283e57227 100644 --- a/esphome/core/wake.h +++ b/esphome/core/wake.h @@ -2,12 +2,7 @@ /// @file wake.h /// Platform-specific main loop wake primitives. -/// -/// All functions are always available on all platforms — no opt-in needed. -/// - wake_loop_any_context(): ISR + thread + callback safe -/// - wake_loop_isrsafe(): ISR only, ESP32 -/// - wake_loop_threadsafe(): thread/callback safe -/// - wakeable_delay(): sleeps until timeout or wake +/// Always available on all platforms — no opt-in needed. #include "esphome/core/defines.h" #include "esphome/core/hal.h"