TXW817 support (#1779)

* txw81x base no makefile

* txw81x

* gpio fix?

* non-working ota

* mic
This commit is contained in:
NonPIayerCharacter
2025-09-03 12:46:06 +03:00
committed by GitHub
parent 948237869f
commit 0d007112b1
40 changed files with 1619 additions and 23 deletions

View File

@ -202,6 +202,8 @@ static int http_rest_post(http_request_t* request) {
r = http_rest_post_flash(request, -1, -1);
#elif PLATFORM_XRADIO && !PLATFORM_XR809
r = http_rest_post_flash(request, 0, -1);
#elif PLATFORM_TXW81X
r = http_rest_post_flash(request, 0, -1);
#else
// TODO
ADDLOG_ERROR(LOG_FEATURE_API, "No OTA");