Fix mute unknown uart event

Signed-off-by: YoungSoo Shin <shinys000114@gmail.com>
This commit is contained in:
2025-09-24 12:10:02 +09:00
parent 873ccc91c5
commit 44a739a0bd

View File

@@ -193,7 +193,6 @@ static void uart_event_task(void* arg)
// Muting this event because it is too noisy
break;
default:
ESP_LOGI(TAG, "unhandled uart event type: %d", event.type);
break;
}
}