Revert "Merge pull request #519 from PaulStoffregen/master"

This reverts commit 20a4d97f61, reversing
changes made to 47aadf559d.
This commit is contained in:
Rafi Khan
2017-09-14 22:13:50 -04:00
parent 2b3188e40a
commit 71f6daca4f
3 changed files with 6 additions and 6 deletions

View File

@@ -192,12 +192,12 @@ void loop()
ac_activate(AC_TEMPERATURE, AC_FLOW);
break;
case 2:
if ( b == 0 || b == 1 ) {
if ( b == 0 | b == 1 ) {
ac_change_air_swing(b);
}
break;
case 3: // 1 : clean on, power on
if ( b == 0 || b == 1 ) {
if ( b == 0 | b == 1 ) {
ac_air_clean(b);
}
break;