mirror of
https://github.com/esphome/esphome.git
synced 2026-02-14 05:27:33 -07: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.