mirror of
https://github.com/arendst/Tasmota.git
synced 2026-06-11 21:04:54 -04:00
add "after_reset": "no_reset" Option
since S2 in CDC mode is not possible to reset after flash. Avoids error message in Platformio. This Option will work after the Platformio Framework is updated together with core 2.5.0
This commit is contained in:
@@ -37,6 +37,7 @@
|
||||
"maximum_size": 4194304,
|
||||
"require_upload_port": true,
|
||||
"before_reset": "usb_reset",
|
||||
"after_reset": "no_reset",
|
||||
"speed": 460800
|
||||
},
|
||||
"url": "https://docs.espressif.com/projects/esp-idf/en/latest/esp32s2/hw-reference/esp32s2/user-guide-saola-1-v1.2.html",
|
||||
|
||||
Reference in New Issue
Block a user