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 ...
What is the expected behavior? Ability to flash applications with correct signature. What is the actual behavior? 1.) With --no-stub flash fails with: A fatal error ...
Can I use standard Python libraries with MicroPython? MicroPython has a subset of the Python Standard Library implemented, so not all standard libraries are available. However, MicroPython provides ...