mirror of
https://github.com/esphome/esphome.git
synced 2025-09-27 07:32:22 +01:00
Avoid non-const globals and enable clang-tidy check (#1892)
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
namespace esphome {
|
||||
namespace lcd_base {
|
||||
|
||||
static const char *TAG = "lcd";
|
||||
static const char *const TAG = "lcd";
|
||||
|
||||
// First set bit determines command, bits after that are the data.
|
||||
static const uint8_t LCD_DISPLAY_COMMAND_CLEAR_DISPLAY = 0x01;
|
||||
|
Reference in New Issue
Block a user