add sync button

This commit is contained in:
J. Nick Koston 2023-06-07 18:46:24 -05:00
parent 220c440245
commit 634e3253d6
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

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