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"); }