Update new_http.c

Fixed Typo for BK7231T naming
This commit is contained in:
boozeman
2022-02-17 21:36:37 +02:00
committed by GitHub
parent 0bb3ed19cf
commit f308dd271e

View File

@ -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;
}
}