mirror of
https://github.com/esphome/esphome.git
synced 2026-07-10 08:55:36 +00:00
5f04cff8bc043aced5f91c1535663a19c30934b0
All wake_* state lives in one place now. wake.h gains a C-compatible section at the top (the inline esphome_wake_ota_component_any_context() + its two extern 'volatile bool *' globals) guarded outside any C++ namespace, with the existing C++ platform wake primitives moved behind an outer #ifdef __cplusplus. lwip_fast_select.c includes wake.h directly for the inline; .cpp files continue to see the C++ side as before. Deletes the ephemeral esphome/core/ota_wake_hook.h — same code, better home.
Description
ESPHome is a system to control your ESP8266/ESP32 by simple yet powerful configuration files and control them remotely through Home Automation systems.
Readme
Multiple Licenses
545 MiB
Languages
C++
60.1%
Python
39.3%
C
0.3%
JavaScript
0.2%
