commenting broken lines

This commit is contained in:
RogueMaster
2022-11-23 15:44:39 -05:00
parent efaf58fe6a
commit 9fd04c0de6
@@ -58,13 +58,13 @@ bool evWiiEC(const eventMsg_t* const msg, state_t* const state) {
sceneSet(state, ecId[msg->wiiEc.val].scene);
redraw = true;
#if 1 // Workaround for Classic Controller Pro, which shows 00's for Factory Calibration Data!?
if(state->ec.pidx == PID_CLASSIC_PRO) {
// #if 1 // Workaround for Classic Controller Pro, which shows 00's for Factory Calibration Data!?
// if(state->ec.pidx == PID_CLASSIC_PRO) {
// Simulate a Long-OK keypress, to start Software Calibration mode
eventMsg_t msg = {wiiEc.type = InputTypeLong, wiiEc.key = InputKeyOk};
key_calib(&msg, state);
}
#endif
// eventMsg_t msg = {input.type = InputTypeLong, input.key = InputKeyOk};
// key_calib(&msg, state);
// }
// #endif
break;
case WIIEC_DISCONN: