hos: add 19.0.0 support

This commit is contained in:
CTCaer
2024-10-11 13:04:16 +03:00
parent 84f3f7d92a
commit 81fb318f6b
10 changed files with 51 additions and 10 deletions

View File

@@ -587,7 +587,10 @@ static lv_res_t _create_window_fuses_info_status(lv_obj_t *btn)
strcpy(fuses_hos_version, "16.0.0 - 16.1.0");
break;
case 19:
strcpy(fuses_hos_version, "17.0.0+");
strcpy(fuses_hos_version, "17.0.0 - 18.1.0");
break;
case 20:
strcpy(fuses_hos_version, "19.0.0+");
break;
case 255:
strcpy(fuses_hos_version, "#FFD000 Overburnt#");