This commit is contained in:
J. Nick Koston
2026-01-14 22:39:04 -10:00
parent 142fb85ff0
commit f40e4825c7
+1 -1
View File
@@ -19,7 +19,7 @@ void log_button(const char *tag, const char *prefix, const char *type, Button *o
}
void Button::press() {
ESP_LOGD(TAG, "'%s' >> Pressed", this->get_name().c_str());
ESP_LOGD(TAG, "'%s' Pressed.", this->get_name().c_str());
this->press_action();
this->press_callback_.call();
}