mirror of
https://github.com/Threnklyn/esphome-dev.git
synced 2026-06-13 16:13:32 +02:00
Avoid non-const globals and enable clang-tidy check (#1892)
This commit is contained in:
@@ -218,7 +218,7 @@ static const uint8_t PROGMEM
|
||||
100 }; // 100 ms delay
|
||||
|
||||
// clang-format on
|
||||
static const char *TAG = "st7735";
|
||||
static const char *const TAG = "st7735";
|
||||
|
||||
ST7735::ST7735(ST7735Model model, int width, int height, int colstart, int rowstart, boolean eightbitcolor,
|
||||
boolean usebgr) {
|
||||
|
||||
Reference in New Issue
Block a user