mirror of
https://github.com/Threnklyn/esphome-dev.git
synced 2026-06-01 18:48:28 +02:00
Avoid non-const globals and enable clang-tidy check (#1892)
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
namespace esphome {
|
||||
namespace pcd8544 {
|
||||
|
||||
static const char *TAG = "pcd_8544";
|
||||
static const char *const TAG = "pcd_8544";
|
||||
|
||||
void PCD8544::setup_pins_() {
|
||||
this->spi_setup();
|
||||
|
||||
Reference in New Issue
Block a user