build for esp32 mask project
This commit is contained in:
@@ -81,7 +81,7 @@ LogService::handleEvent(const InputEvent& evt) {
|
||||
}
|
||||
if (evt.intent != m_lastEvent.intent) {
|
||||
if (m_duplicateEvents > 0) {
|
||||
Log.notice("Suppressed reporting %u duplicate events.", m_duplicateEvents);
|
||||
Log.notice("Suppressed reporting %d duplicate events.", m_duplicateEvents);
|
||||
}
|
||||
Log.verbose("Event: %s", buf);
|
||||
m_duplicateEvents = 0;
|
||||
|
Reference in New Issue
Block a user