J. Nick Koston 9a8bb08192 [esp32] Defer preferences nvs_open warning until after logger init
ESP32Preferences::open() runs from app_main() before the generated setup()
calls Logger::pre_setup(), so global_logger is null. The ESP_LOGW on
nvs_open failure would dereference null in release builds (and assert in
ESPHOME_DEBUG). Stash the err in a static and emit the warning lazily
from the first make_preference() call, which runs after pre_setup() at
EARLY_INIT priority.
2026-04-27 09:47:12 -05:00
2025-12-21 09:26:03 -05:00
2026-04-09 11:28:48 +12:00
S
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 1.6 GiB
Languages
C++ 61.1%
Python 38.3%
C 0.3%
JavaScript 0.2%