from esptool.cmds import detect_chip try_port = "/dev/ttyACM0" filename = "./firmware.bin" def progress_callback(current, total): percent = current / total * 100 ...
Is your feature request related to a problem? Hi, I am currently trying to use esptool module from a legacy application we can't port to python3.X. From python 2.7, installing and importing esptool ...
Some results have been hidden because they may be inaccessible to you
Show inaccessible results