From 35a6806f08920be451fd9c5352fcb170a950a1fb Mon Sep 17 00:00:00 2001 From: fredqian Date: Mon, 20 Jan 2025 14:45:36 +0800 Subject: [PATCH] update dtr config for s3 --- boards/default/micropython_esp32s3/config.json | 6 +++--- boards/default_src/micropython_esp32s3/origin/config.json | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/boards/default/micropython_esp32s3/config.json b/boards/default/micropython_esp32s3/config.json index 62a3ff82..8dfd30fa 100644 --- a/boards/default/micropython_esp32s3/config.json +++ b/boards/default/micropython_esp32s3/config.json @@ -46,7 +46,7 @@ "yMax": 100, "yMin": 0, "pointNum": 100, - "rts": true, + "rts": false, "dtr": true }, "lib": { @@ -60,8 +60,8 @@ "web": { "devices": { "serial": true, - "hid": false, - "usb": false + "hid": true, + "usb":true }, "burn": { "erase": true, diff --git a/boards/default_src/micropython_esp32s3/origin/config.json b/boards/default_src/micropython_esp32s3/origin/config.json index 62a3ff82..8dfd30fa 100644 --- a/boards/default_src/micropython_esp32s3/origin/config.json +++ b/boards/default_src/micropython_esp32s3/origin/config.json @@ -46,7 +46,7 @@ "yMax": 100, "yMin": 0, "pointNum": 100, - "rts": true, + "rts": false, "dtr": true }, "lib": { @@ -60,8 +60,8 @@ "web": { "devices": { "serial": true, - "hid": false, - "usb": false + "hid": true, + "usb":true }, "burn": { "erase": true,