Fix clang linting issues

This commit is contained in:
Rapsssito 2024-06-29 12:28:09 +02:00
parent 6b089c27a3
commit 0a194842ab

View File

@ -41,7 +41,6 @@ class BLEServerAutomationInterface {
};
};
class BLEServer : public Component, public GATTsEventHandler, public BLEStatusEventHandler, public Parented<ESP32BLE> {
public:
void setup() override;