mirror of
https://github.com/Threnklyn/esphome-dev.git
synced 2026-05-19 20:53:26 +02:00
Update generation script to add const (#1945)
This commit is contained in:
@@ -821,7 +821,7 @@ cpp += """\
|
||||
namespace esphome {
|
||||
namespace api {
|
||||
|
||||
static const char *TAG = "api.service";
|
||||
static const char *const TAG = "api.service";
|
||||
|
||||
"""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user