mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-24 11:16:34 +00: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:
parent
1cb2ae4dac
commit
9669c4a85b
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user