mirror of
https://github.com/esphome/esphome.git
synced 2025-10-29 22:24:26 +00:00
Activate some clang-tidy checks (#1884)
This commit is contained in:
@@ -99,7 +99,7 @@ class MAX7219Component : public PollingComponent,
|
||||
uint8_t orientation_;
|
||||
uint8_t bckgrnd_ = 0x0;
|
||||
std::vector<uint8_t> max_displaybuffer_;
|
||||
unsigned long last_scroll_ = 0;
|
||||
uint32_t last_scroll_ = 0;
|
||||
uint16_t stepsleft_;
|
||||
size_t get_buffer_length_();
|
||||
optional<max7219_writer_t> writer_local_{};
|
||||
|
||||
Reference in New Issue
Block a user