comparison HardwareOperations.cpp @ 4:e30f00f760d3 default tip

Cleanup OSTC label and removed url The computer type will now show OSTC 4/5 instead of only 4. The url has been removed because it is no longer maintained. The ui header have been deleted because they are generated files shich should not be under version controll. Delete locally if you want to force an update of the dialog layout.
author Ideenmodellierer
date Sun, 30 Nov 2025 18:37:32 +0100
parents 0b3630a29ad8
children
comparison
equal deleted inserted replaced
3:4ace58a7c03c 4:e30f00f760d3
134 case HW_OSTC2_c : LOG_TRACE("OSTC 2 found"); break; 134 case HW_OSTC2_c : LOG_TRACE("OSTC 2 found"); break;
135 case HW_OSTCcR_a: 135 case HW_OSTCcR_a:
136 case HW_OSTCcR_b : LOG_TRACE("OSTC cR found"); break; 136 case HW_OSTCcR_b : LOG_TRACE("OSTC cR found"); break;
137 case HW_OSTC3 : LOG_TRACE("OSTC 3 found"); break; 137 case HW_OSTC3 : LOG_TRACE("OSTC 3 found"); break;
138 case HW_OSTC3p_a : LOG_TRACE("OSTC 3+ found"); break; 138 case HW_OSTC3p_a : LOG_TRACE("OSTC 3+ found"); break;
139 case HW_OSTC4 : LOG_TRACE("OSTC 4 found"); break; 139 case HW_OSTC4 : LOG_TRACE("OSTC 4/5 found"); break;
140 140
141 case HW_OSTCSport_b : LOG_TRACE("OSTC Sport, OSTC 2 or OSTC 3 found."); break; 141 case HW_OSTCSport_b : LOG_TRACE("OSTC Sport, OSTC 2 or OSTC 3 found."); break;
142 142
143 case 0xFF: case 0x4C: case 0x4D: 143 case 0xFF: case 0x4C: case 0x4D:
144 LOG_TRACE("old OSTC not responding..."); 144 LOG_TRACE("old OSTC not responding...");