mirror of
https://github.com/esphome/esphome.git
synced 2025-10-30 14:43:51 +00:00
Avoid non-const globals and enable clang-tidy check (#1892)
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
namespace esphome {
|
||||
namespace htu21d {
|
||||
|
||||
static const char *TAG = "htu21d";
|
||||
static const char *const TAG = "htu21d";
|
||||
|
||||
static const uint8_t HTU21D_ADDRESS = 0x40;
|
||||
static const uint8_t HTU21D_REGISTER_RESET = 0xFE;
|
||||
|
||||
Reference in New Issue
Block a user