mirror of
https://github.com/openshwprojects/OpenBK7231T_App.git
synced 2026-02-13 00:55:34 +00:00
Update new_http.c
Fixed Typo for BK7231T naming
This commit is contained in:
@ -324,7 +324,7 @@ const char *g_header = "<h1><a href=\"https://github.com/openshwprojects/OpenBK7
|
||||
|
||||
#elif PLATFORM_BK7231T
|
||||
|
||||
const char *g_header = "<h1><a href=\"https://github.com/openshwprojects/OpenBK7231T/\">OpenBK7231N</a></h1><h3><a href=\"https://www.elektroda.com/rtvforum/viewtopic.php?p=19841301#19841301\">[Read more]</a><a href=\"https://paypal.me/openshwprojects\">[Support project]</a></h3>";
|
||||
const char *g_header = "<h1><a href=\"https://github.com/openshwprojects/OpenBK7231T/\">OpenBK7231T</a></h1><h3><a href=\"https://www.elektroda.com/rtvforum/viewtopic.php?p=19841301#19841301\">[Read more]</a><a href=\"https://paypal.me/openshwprojects\">[Support project]</a></h3>";
|
||||
|
||||
#elif WINDOWS
|
||||
|
||||
@ -1344,4 +1344,4 @@ int HTTP_ProcessPacket(http_request_t *request) {
|
||||
poststr(request, NULL);
|
||||
// nothing more to send
|
||||
return 0;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user