mirror of
https://github.com/esphome/esphome.git
synced 2026-09-22 20:48:43 +00:00
Mark all OTA leaf classes as final since none are subclassed: Backends: IDFOTABackend, ESP8266OTABackend, ArduinoRP2040OTABackend, ArduinoLibreTinyOTABackend, HostOTABackend Components: ESPHomeOTAComponent, WebServerOTAComponent, OtaHttpRequestComponent This enables the compiler to devirtualize calls to the OTABackend and Component overrides.