diff options
author | sago35 <[email protected]> | 2023-11-29 07:32:05 +0900 |
---|---|---|
committer | Ron Evans <[email protected]> | 2023-11-29 08:11:46 +0100 |
commit | 4df145dcb43988b7f298e577f2a9f236de02b55f (patch) | |
tree | a93e8208b2bc76497d4e35d3ab74ef16fd2dee5e /targets | |
parent | e065da20cb1a63fc3b47412a85d51061710bacda (diff) | |
download | tinygo-4df145dcb43988b7f298e577f2a9f236de02b55f.tar.gz tinygo-4df145dcb43988b7f298e577f2a9f236de02b55f.zip |
m5stamp-c3: change settings to explicitly use UART
Diffstat (limited to 'targets')
-rw-r--r-- | targets/m5stamp-c3.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/targets/m5stamp-c3.json b/targets/m5stamp-c3.json index 53e556eec..6c50abfb4 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"] } |