Tweak recovery message

Change-Id: Ibd6a9fdd1ae34c204433d38d470578259e9c6a65
pull/144/head
David Banks 2020-02-12 09:48:40 +00:00
rodzic f24822e1af
commit 4cf7726b01
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -2779,9 +2779,9 @@ void osd_show_cpld_recovery_menu() {
osd_set(line++, 0, "The CPLD type (3BIT/6BIT) must match");
osd_set(line++, 0, "the RGBtoHDMI board type you have:");
line++;
osd_set(line++, 0, "Use 3_BIT_CPLD_vxx for Hoglet's");
osd_set(line++, 0, "Use 3BIT_CPLD_vxx for Hoglet's");
osd_set(line++, 0, " original RGBtoHD (c) 2018 board");
osd_set(line++, 0, "Use 6_BIT_CPLD_vxx for IanB's");
osd_set(line++, 0, "Use 6BIT_CPLD_vxx for IanB's");
osd_set(line++, 0, " 6-bit Issue 2 (c) 2018-2019 board");
//osd_set(line++, 0, "Use ATOM_CPLD_vxx for Hoglet's");
//osd_set(line++, 0, " Atom Video to HDMI (c) 2019 board");