mirror of
https://github.com/esphome/esphome.git
synced 2025-10-02 10:02:23 +01:00
Avoid non-const globals and enable clang-tidy check (#1892)
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
namespace esphome {
|
||||
namespace ssd1327_i2c {
|
||||
|
||||
static const char *TAG = "ssd1327_i2c";
|
||||
static const char *const TAG = "ssd1327_i2c";
|
||||
|
||||
void I2CSSD1327::setup() {
|
||||
ESP_LOGCONFIG(TAG, "Setting up I2C SSD1327...");
|
||||
|
Reference in New Issue
Block a user