mirror of
https://github.com/esphome/esphome.git
synced 2026-09-15 17:18:40 +00:00
Fix wake_loop_isrsafe comment: ESP32 only, not LibreTiny
This commit is contained in:
+1
-1
@@ -5,7 +5,7 @@
|
||||
///
|
||||
/// 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/LibreTiny
|
||||
/// - wake_loop_isrsafe(): ISR only, ESP32
|
||||
/// - wake_loop_threadsafe(): thread/callback safe
|
||||
/// - wakeable_delay(): sleeps until timeout or wake
|
||||
|
||||
|
||||
Reference in New Issue
Block a user