1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-02 03:12:20 +01:00

[bluetooth_proxy] Mark BluetoothConnection as final for compiler optimizations

This commit is contained in:
J. Nick Koston
2025-08-18 01:06:47 -05:00
parent daf8ec36ab
commit 5678621cd5

View File

@@ -8,7 +8,7 @@ namespace esphome::bluetooth_proxy {
class BluetoothProxy;
class BluetoothConnection : public esp32_ble_client::BLEClientBase {
class BluetoothConnection final : public esp32_ble_client::BLEClientBase {
public:
void dump_config() override;
void loop() override;