hos: add 22.0.0 support

This commit is contained in:
CTCaer
2026-03-17 06:46:33 +02:00
committed by NaGa
parent a02624cd39
commit fb6fb75448
9 changed files with 46 additions and 6 deletions

View File

@@ -808,7 +808,10 @@ static lv_res_t _create_window_hw_info_status(lv_obj_t *btn)
strcpy(fuses_hos_version, "20.0.0 - 20.5.0");
break;
case 22:
strcpy(fuses_hos_version, "21.0.0+");
strcpy(fuses_hos_version, "21.0.0 - 21.2.0");
break;
case 23:
strcpy(fuses_hos_version, "22.0.0+");
break;
case 255:
strcpy(fuses_hos_version, "#FFD000 Overburnt#");