mirror of
https://github.com/esphome/esphome.git
synced 2026-03-01 02:14:19 -07:00
The template wrapper caused the compiler to make different optimization decisions on setup(), negating the savings. Calling register_component_ directly was -4 bytes. Co-Authored-By: J. Nick Koston <nick@koston.org>