-
-
Notifications
You must be signed in to change notification settings - Fork 62
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Configure OTA on wblc5 (BK7231T) #289
Comments
You can use the |
Ok, but how do configure the upload protocol for it to be OTA? I cant find any documentation about the upload_protocol of the platformio.ini file |
I don't know that OTA in particular is a part of platformio, as it is more an implementation detail, not low-level. platformio is expecting UART; https://docs.libretiny.eu/docs/flashing/platformio/#using-ltchiptool-wired-via-uart I'll defer to @kuba2k2 to expand further. |
If by "OTA" you're referring to the wireless update over Wi-Fi, then no, PlatformIO doesn't have that built-in. If you want to upload your firmware via Wi-Fi, you will need to use the
The |
How do configure the platformio.ini file to use the OTA upload protocol?
The text was updated successfully, but these errors were encountered: