Skip to content

Commit

Permalink
bugfix of [issue21](#21 (comment))
Browse files Browse the repository at this point in the history
  • Loading branch information
absalom-muc committed Jun 23, 2020
1 parent c0b1687 commit fbebe9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/MHI-AC-Ctrl-core.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ int MHI_AC_Ctrl_Core::loop(uint max_time_ms) {
MISO_frame[DB0] |= new_Mode;
#ifdef POWERON_WHEN_CHANGING_MODE
if (new_Mode != 0)
MISO_frame[DB0] |= 0x11;
MISO_frame[DB0] |= 0b11;
#endif
new_Mode = 0;

Expand Down

0 comments on commit fbebe9e

Please sign in to comment.