mirror of
https://github.com/Threnklyn/esphome-dev.git
synced 2026-06-05 04:18:29 +02:00
Avoid non-const globals and enable clang-tidy check (#1892)
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
namespace esphome {
|
||||
namespace scd30 {
|
||||
|
||||
static const char *TAG = "scd30";
|
||||
static const char *const TAG = "scd30";
|
||||
|
||||
static const uint16_t SCD30_CMD_GET_FIRMWARE_VERSION = 0xd100;
|
||||
static const uint16_t SCD30_CMD_START_CONTINUOUS_MEASUREMENTS = 0x0010;
|
||||
|
||||
Reference in New Issue
Block a user