mirror of
https://github.com/esphome/esphome.git
synced 2025-09-06 21:32:21 +01:00
Add additional custom lint checks (#790)
This commit is contained in:
@@ -134,7 +134,7 @@ bool ESP32BLETracker::ble_setup() {
|
||||
}
|
||||
|
||||
// BLE takes some time to be fully set up, 200ms should be more than enough
|
||||
delay(200);
|
||||
delay(200); // NOLINT
|
||||
|
||||
return true;
|
||||
}
|
||||
|
Reference in New Issue
Block a user