mirror of
https://github.com/esphome/esphome.git
synced 2025-09-15 17:52:19 +01:00
Fix non-const global (#1907)
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
namespace esphome {
|
||||
namespace light {
|
||||
|
||||
static const char *TAG = "light";
|
||||
static const char *const TAG = "light";
|
||||
|
||||
#ifdef USE_JSON
|
||||
LightCall &LightCall::parse_color_json(JsonObject &root) {
|
||||
|
Reference in New Issue
Block a user