You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After few successful (usually around 3) compilation and flashing action, windows stop executing mucmgr.exe correctly.
The failed command is the following (defined in pio_extra.ini): upload_command = MCUMGRPATH $UPLOAD_FLAGS $SOURCE
The root cause seems to be in pre_bootloader_serial.py :
Describe the bug
After few successful (usually around 3) compilation and flashing action, windows stop executing mucmgr.exe correctly.
The failed command is the following (defined in pio_extra.ini):
upload_command = MCUMGRPATH $UPLOAD_FLAGS $SOURCE
The root cause seems to be in pre_bootloader_serial.py :
somehow the environement variable MCUMGRPATH is not written properly anymore..
To Reproduce
Steps to reproduce the behavior:
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: