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,