mirror of
https://github.com/openshwprojects/OpenBK7231T_App.git
synced 2026-02-09 13:45:35 +00:00
RDA5981 (#1813)
This commit is contained in:
committed by
GitHub
parent
17cc6353b6
commit
6083ddfca5
@ -204,6 +204,8 @@ static int http_rest_post(http_request_t* request) {
|
||||
r = http_rest_post_flash(request, 0, -1);
|
||||
#elif PLATFORM_TXW81X
|
||||
r = http_rest_post_flash(request, 0, -1);
|
||||
#elif PLATFORM_RDA5981
|
||||
r = http_rest_post_flash(request, 0, -1);
|
||||
#else
|
||||
// TODO
|
||||
ADDLOG_ERROR(LOG_FEATURE_API, "No OTA");
|
||||
|
||||
Reference in New Issue
Block a user