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:
divadiow
2024-04-08 10:49:09 +01:00
committed by GitHub
parent 9391d53670
commit 355b856f50
3 changed files with 12 additions and 9 deletions

View File

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