mirror of
https://github.com/esphome/esphome.git
synced 2024-11-12 18:27:46 +01:00
Update generation script to add const (#1945)
This commit is contained in:
parent
b6011b9353
commit
b8a7741c61
1 changed files with 1 additions and 1 deletions
|
@ -821,7 +821,7 @@ cpp += """\
|
||||||
namespace esphome {
|
namespace esphome {
|
||||||
namespace api {
|
namespace api {
|
||||||
|
|
||||||
static const char *TAG = "api.service";
|
static const char *const TAG = "api.service";
|
||||||
|
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue