mirror of
https://github.com/esphome/esphome.git
synced 2026-07-11 01:15:33 +00:00
2067053adb
ProtoService was an abstract interface with 6 pure virtual methods, but APIConnection was the only concrete implementation. Move all functionality directly into APIConnection and remove the unnecessary virtual dispatch and vtable overhead.