Skip to content

Commit

Permalink
No comments...
Browse files Browse the repository at this point in the history
  • Loading branch information
jefersonla committed Nov 8, 2015
1 parent 16e2b02 commit 764a87a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/MidearIR.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ void MideaIR::generateCommand(){

// Prepare Mode and Fan Speed are alreay prepared so just copy the values to the temp var
b_mode = mode;
b_fan_speed = fan_speed;
b_fan_speed = speed_fan;

// Prepare Features
b_feature = 0xF; // <- Not implemented yet
Expand Down

0 comments on commit 764a87a

Please sign in to comment.