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
I am a developer of a python app built on pyqt6 that allows me to communicate with and flash our esp32s3 chip. Currently I can flash one device at a time with progress being displayed using the esptool library. I cannot get multiple devices to flash with the progress because I cannot figure out how to differentiate where each progress update is coming from.
Describe the solution you'd like
I would like there to be some sort of method to update multiple devices and update all their progress bars separately.