mirror of
https://github.com/esphome/esphome.git
synced 2024-11-23 23:48:11 +01:00
Fix more clang-tidy warnings
This commit is contained in:
parent
c03f538106
commit
33bf747d2b
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
||||||
namespace esphome {
|
namespace esphome {
|
||||||
namespace xiaomi_mccgq02hl {
|
namespace xiaomi_mccgq02hl {
|
||||||
|
|
||||||
static const char *TAG = "xiaomi_mccgq02hl";
|
static const char *const TAG = "xiaomi_mccgq02hl";
|
||||||
|
|
||||||
void XiaomiMCCGQ02HL::dump_config() {
|
void XiaomiMCCGQ02HL::dump_config() {
|
||||||
ESP_LOGCONFIG(TAG, "Xiaomi MCCGQ02HL");
|
ESP_LOGCONFIG(TAG, "Xiaomi MCCGQ02HL");
|
||||||
|
|
Loading…
Reference in a new issue