mirror of
https://github.com/Threnklyn/esphome-dev.git
synced 2026-06-07 13:24:56 +02:00
Activate some clang-tidy checks (#1884)
This commit is contained in:
@@ -111,7 +111,7 @@ class XPT2046Component : public PollingComponent,
|
||||
bool swap_x_y_;
|
||||
|
||||
uint32_t report_millis_;
|
||||
unsigned long last_pos_ms_{0};
|
||||
uint32_t last_pos_ms_{0};
|
||||
|
||||
GPIOPin *irq_pin_{nullptr};
|
||||
bool last_irq_{true};
|
||||
|
||||
Reference in New Issue
Block a user