mirror of
https://github.com/Threnklyn/esphome-dev.git
synced 2026-05-25 23:28:28 +02: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