mirror of
https://github.com/esphome/esphome.git
synced 2025-10-17 09:13:45 +01:00
Avoid non-const globals and enable clang-tidy check (#1892)
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
namespace esphome {
|
||||
namespace tmp117 {
|
||||
|
||||
static const char *TAG = "tmp117";
|
||||
static const char *const TAG = "tmp117";
|
||||
|
||||
void TMP117Component::update() {
|
||||
int16_t data;
|
||||
|
Reference in New Issue
Block a user