From 025ab70a3b5f44b5cb1cc1c4410b834daebea084 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Fri, 9 Jun 2023 15:56:13 -0500 Subject: [PATCH] fix --- components/ratgdo/switch/ratgdo_switch.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/ratgdo/switch/ratgdo_switch.cpp b/components/ratgdo/switch/ratgdo_switch.cpp index 35a3ade..8115630 100644 --- a/components/ratgdo/switch/ratgdo_switch.cpp +++ b/components/ratgdo/switch/ratgdo_switch.cpp @@ -9,7 +9,7 @@ namespace ratgdo { void RATGDOSwitch::dump_config() { - LOG_NUMBER("", "RATGDO Switch", this); + LOG_SWITCH("", "RATGDO Switch", this); ESP_LOGCONFIG(TAG, " Type: Lock"); }