mirror of
https://github.com/Threnklyn/esphome-dev.git
synced 2026-06-01 02:28:28 +02:00
Add additional custom lint checks (#790)
This commit is contained in:
@@ -14,7 +14,7 @@ void SPISSD1325::setup() {
|
||||
this->cs_->setup(); // OUTPUT
|
||||
|
||||
this->init_reset_();
|
||||
delay(500);
|
||||
delay(500); // NOLINT
|
||||
SSD1325::setup();
|
||||
}
|
||||
void SPISSD1325::dump_config() {
|
||||
|
||||
Reference in New Issue
Block a user