mirror of
https://github.com/Threnklyn/esphome-dev.git
synced 2026-06-06 21:09:53 +02:00
Avoid non-const globals and enable clang-tidy check (#1892)
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
namespace esphome {
|
||||
namespace senseair {
|
||||
|
||||
static const char *TAG = "senseair";
|
||||
static const char *const TAG = "senseair";
|
||||
static const uint8_t SENSEAIR_REQUEST_LENGTH = 8;
|
||||
static const uint8_t SENSEAIR_PPM_STATUS_RESPONSE_LENGTH = 13;
|
||||
static const uint8_t SENSEAIR_ABC_PERIOD_RESPONSE_LENGTH = 7;
|
||||
|
||||
Reference in New Issue
Block a user