[realtek-ambz2] Add OTA implementation for RTL8720CF#344
[realtek-ambz2] Add OTA implementation for RTL8720CF#344kuba2k2 merged 5 commits intolibretiny-eu:masterfrom
Conversation
Use C array initializer syntax instead of escaped string literal to avoid shell escaping differences between Windows and Unix.
|
retested with multiple OTAs on ESPHome |
|
Just to clarify one last time - this uses the unmodified version of ltchiptool, correct? |
Correct, just the standard ltchiptool from pypi. No patches needed. |
|
The other Python lint issues look like pre-existing ones on master. I'm so used to ESPHome's CI where pre-commit reformats everthing automatically that I forget not every repo does that :) |
|
Yeah, it's not set up all the way, as I usually use auto-formatting on save in my IDEs. But hey, at least the CI is there... Formatting issues aside, thanks for bringing this PR back to life. At last, Realtek will have a working OTA implementation 👏 I'm going to merge this now and release a new minor version. |
|
Thanks! |
|
Testing this now and getting compiler error: Adding Edit: should work with #348 |
Summary
sys_update_ota_set_boot_fw_idx()approach)Known limitations
Test plan