From 634e3253d67477708b830c1016a8307f47655ef2 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Wed, 7 Jun 2023 18:46:24 -0500 Subject: [PATCH] add sync button --- components/ratgdo/button/ratgdo_button.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/ratgdo/button/ratgdo_button.cpp b/components/ratgdo/button/ratgdo_button.cpp index aed0652..f441802 100644 --- a/components/ratgdo/button/ratgdo_button.cpp +++ b/components/ratgdo/button/ratgdo_button.cpp @@ -9,7 +9,7 @@ namespace ratgdo { void RATGDOButton::dump_config() { - LOG_NUMBER("", "RATGDO Button", this); + LOG_BUTTON("", "RATGDO Button", this); ESP_LOGCONFIG(TAG, " Type: Sync"); }