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