mirror of
https://github.com/openshwprojects/OpenBK7231T_App.git
synced 2026-02-10 18:05:32 +00:00
update supported chips list on OBK about page + more modules to release info (#1171)
* update supported chips list on OBK about page * forgot Belon * correct spelling in drv_bp1658cj.h in comments only * update release notice supported chips and modules * add BL602 modules * add w600 module * add more modules
This commit is contained in:
@ -928,7 +928,7 @@ typedef enum {
|
||||
int http_fn_about(http_request_t* request) {
|
||||
http_setup(request, httpMimeTypeHTML);
|
||||
http_html_start(request, "About");
|
||||
poststr_h2(request, "Open source firmware for BK7231N, BK7231T, XR809 and BL602 by OpenSHWProjects");
|
||||
poststr_h2(request, "Open source firmware for BK7231N, BK7231T, T34, BL2028N, XR809, W600/W601, W800/W801, BL602, LF686 and LN882H by OpenSHWProjects");
|
||||
poststr(request, htmlFooterReturnToMainPage);
|
||||
http_html_end(request);
|
||||
poststr(request, NULL);
|
||||
|
||||
Reference in New Issue
Block a user