applied with latest decode lib

This commit is contained in:
strawmanbobi
2026-01-10 19:50:38 +08:00
parent d046f35ff3
commit a346036315

View File

@@ -246,7 +246,7 @@ public class ControlFragment extends Fragment implements View.OnClickListener {
/* translate key code for AC according to the mapping above */
/* ac status is useless for decoding devices other than AC, it's an optional parameter */
/* change wind dir is an optional parameter, set to 0 as default */
return mIRDecode.decodeBinary(inputKeyCode, acStatus, 0);
return mIRDecode.decodeBinary(inputKeyCode, acStatus);
}
private void onEmitterConnected() {