MicroPython_ESP32_psRAM_LoBo
MicroPython_ESP32_psRAM_LoBo copied to clipboard
No OTA module (Version ESP32_LoBo_v3.2.24 )
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 "
` Anything I missed?