You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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'
The text was updated successfully, but these errors were encountered: