applied with latest decode lib
This commit is contained in:
@@ -246,7 +246,7 @@ public class ControlFragment extends Fragment implements View.OnClickListener {
|
|||||||
/* translate key code for AC according to the mapping above */
|
/* 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 */
|
/* 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 */
|
/* 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() {
|
private void onEmitterConnected() {
|
||||||
|
|||||||
Reference in New Issue
Block a user