From 4df145dcb43988b7f298e577f2a9f236de02b55f Mon Sep 17 00:00:00 2001 From: sago35 Date: Wed, 29 Nov 2023 07:32:05 +0900 Subject: [PATCH] m5stamp-c3: change settings to explicitly use UART --- targets/m5stamp-c3.json | 1 + 1 file changed, 1 insertion(+) diff --git a/targets/m5stamp-c3.json b/targets/m5stamp-c3.json index 53e556ee..6c50abfb 100644 --- a/targets/m5stamp-c3.json +++ b/targets/m5stamp-c3.json @@ -1,6 +1,7 @@ { "inherits": ["esp32c3"], "build-tags": ["m5stamp_c3"], + "serial": "uart", "serial-port": ["1a86:55d4"] }