mirror of
https://github.com/esphome/esphome.git
synced 2025-10-30 14:43:51 +00:00
Avoid non-const globals and enable clang-tidy check (#1892)
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
namespace esphome {
|
||||
namespace power_supply {
|
||||
|
||||
static const char *TAG = "power_supply";
|
||||
static const char *const TAG = "power_supply";
|
||||
|
||||
void PowerSupply::setup() {
|
||||
ESP_LOGCONFIG(TAG, "Setting up Power Supply...");
|
||||
|
||||
Reference in New Issue
Block a user