mirror of
https://github.com/openshwprojects/OpenBK7231T_App.git
synced 2026-03-09 08:47:55 +01:00
BK7231 specific functionality
This commit is contained in:
@@ -591,7 +591,11 @@ int http_fn_index(http_request_t* request) {
|
||||
hprintf255(request, "</h5>");
|
||||
}
|
||||
|
||||
#if defined(PLATFORM_BK7231T) || defined(PLATFORM_BK7231N)
|
||||
#if WINDOWS
|
||||
#elif PLATFORM_BL602
|
||||
#elif PLATFORM_W600 || PLATFORM_W800
|
||||
#elif PLATFORM_XR809
|
||||
#elif PLATFORM_BK7231N || PLATFORM_BK7231T
|
||||
if (ota_progress() >= 0)
|
||||
{
|
||||
hprintf255(request, "<h5>OTA In Progress. Downloaded: %i B Flashed: %06lXh</h5>", ota_total_bytes(), ota_progress());
|
||||
|
||||
Reference in New Issue
Block a user