Skip to content

Commit

Permalink
The 0x05 message was not processed. This caused the wwactivated state…
Browse files Browse the repository at this point in the history
… not be updated.
  • Loading branch information
Victor-Mo committed Jul 31, 2020
1 parent 039f588 commit f7c791b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions src/irt.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -538,6 +538,9 @@ uint8_t irt_handleMsg(_IRT_RxTelegram *msg, uint8_t *data, uint8_t length)
if (EMS_Sys_Status.emsLogging == EMS_SYS_LOGGING_RAW) irt_dumpBuffer("irt_raw: ", data, length);

switch (data[0]) {
case 0x05:
return irt_handle_0x05(msg, data, length);
break;
case 0x07:
return irt_handle_0x07(msg, data, length);
break;
Expand Down
2 changes: 1 addition & 1 deletion src/version.h
Original file line number Diff line number Diff line change
@@ -1 +1 @@
#define APP_VERSION "1.9.7.20050520"
#define APP_VERSION "1.9.7.20073112"

0 comments on commit f7c791b

Please sign in to comment.