Is your feature request related to a problem?
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.
Describe alternatives you've considered
No response
Additional context
No response