mirror of
https://github.com/openshwprojects/OpenBK7231T_App.git
synced 2026-03-01 04:56:44 +00:00
TXW817 support (#1779)
* txw81x base no makefile * txw81x * gpio fix? * non-working ota * mic
This commit is contained in:
committed by
GitHub
parent
948237869f
commit
0d007112b1
@ -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");
|
||||
|
||||
Reference in New Issue
Block a user