We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
For now we're calling internal esptool functions while flash. Research if we could
flash
get target
esp: esptool.ESPLoader = esptool.get_default_connected_device( ports, port=port, connect_attempts=3, initial_baud=baud, chip=esptool_target, )
call esptool.main(*args, esp=esp) to use esptool cli functions
esptool.main(*args, esp=esp)
Besides, the subprocess call of esptool existing elsewhere could also be replaced by esptool.main
subprocess
esptool.main
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
For now we're calling internal esptool functions while
flash
. Research if we couldget target
call
esptool.main(*args, esp=esp)
to use esptool cli functionsBesides, the
subprocess
call of esptool existing elsewhere could also be replaced byesptool.main
The text was updated successfully, but these errors were encountered: