mirror of
https://github.com/esphome/esphome.git
synced 2025-09-25 22:52:20 +01:00
Add additional custom lint checks (#790)
This commit is contained in:
@@ -50,7 +50,7 @@ void ESP32BLEBeacon::ble_core_task(void *params) {
|
||||
ble_setup();
|
||||
|
||||
while (true) {
|
||||
delay(1000);
|
||||
delay(1000); // NOLINT
|
||||
}
|
||||
}
|
||||
void ESP32BLEBeacon::ble_setup() {
|
||||
|
Reference in New Issue
Block a user