mirror of
https://github.com/esphome/esphome.git
synced 2025-10-29 06:04:01 +00:00
Avoid non-const globals and enable clang-tidy check (#1892)
This commit is contained in:
@@ -21,7 +21,7 @@ extern void tcpipInit();
|
||||
namespace esphome {
|
||||
namespace ethernet {
|
||||
|
||||
static const char *TAG = "ethernet";
|
||||
static const char *const TAG = "ethernet";
|
||||
|
||||
EthernetComponent *global_eth_component;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user