MicroPython_ESP32_psRAM_LoBo icon indicating copy to clipboard operation
MicroPython_ESP32_psRAM_LoBo copied to clipboard

No OTA module (Version ESP32_LoBo_v3.2.24 )

Open vubon opened this issue 4 years ago • 0 comments

Build the codebase by ./BUILD.sh Erase the device by ./BUILD.sh erase Flash the device by ./BUILD.sh flash But when I am checking the OTA module in the console. I am not getting an error.

`>>> import ota Traceback (most recent call last): File "", line 1, in ImportError: no module named 'ota'

` Anything I missed?

vubon avatar Sep 04 '20 19:09 vubon