mirror of
https://github.com/esphome/esphome.git
synced 2026-02-28 09:54:19 -07:00
2bb077cb1f7509df3b1ec3a99ec74cc1708bd9f2
Replace powf(10.0f, accuracy_decimals) with integer divisor computation to avoid pulling in __ieee754_powf (~2.2KB) on builds where this is the only powf call site. Tested on ESP8266 with web_server: -3.1KB flash, -16 bytes RAM.
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
517 MiB
Languages
C++
64.1%
Python
35.5%
C
0.3%
