mirror of
https://github.com/esphome/esphome.git
synced 2026-09-18 02:28:42 +00:00
Remove the 48 on_xxx overrides and 48 pure virtual methods from the generated APIServerConnection class. APIConnection now overrides on_xxx() directly from APIServerConnectionBase, eliminating one virtual call per message dispatch and ~96 vtable entries.