mirror of
https://github.com/esphome/esphome.git
synced 2026-09-01 10:36:01 +00:00
84b9c9fb69dcd5f65e0d4bf51ab439bba915f042
Guard detection_range_to_log_string() with #if ESPHOME_LOG_LEVEL >= ESPHOME_LOG_LEVEL_DEBUG so it is compiled out when the log level is below DEBUG, matching its callers (ESP_LOGD and ESP_LOGCONFIG) which are also compiled out at that level. Fixes https://github.com/esphome/esphome/issues/14975
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
587 MiB
Languages
C++
56.1%
Python
43.3%
C
0.3%
JavaScript
0.2%
