loboris / MicroPython_ESP32_psRAM_LoBo

MicroPython for ESP32 with psRAM support
Other
831 stars 344 forks source link

No OTA module (Version ESP32_LoBo_v3.2.24 ) #327

Open vubon opened 4 years ago

vubon commented 4 years ago

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?