Unable to run otatool_example.py
Posted: Fri Oct 29, 2021 7:00 pm
Hello Everyone,
I am trying OTA example provided by esp-idf when I try to executeI get the following error
How to import Otatool?
Thanks in advance
I am trying OTA example provided by esp-idf when I try to execute
Code: Untitled.bsh Select all
python otatool_example.py --port /dev/ttyUSB0 Code: Untitled.c Select all
Traceback (most recent call last):
File "otatool_example.py", line 118, in <module>
main()
File "otatool_example.py", line 52, in main
from otatool import OtatoolTarget
ImportError: No module named otatoolThanks in advance