Skip to content

Commit

Permalink
Home Accessory Architect v12.10.1 Merlin
Browse files Browse the repository at this point in the history
  • Loading branch information
RavenSystem committed Dec 19, 2023
1 parent 69fa021 commit ca4d418
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion HAA/HAA_Main/main/header.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
#include "../../common/common_headers.h"

// Version
#define HAA_FIRMWARE_VERSION "12.10.0"
#define HAA_FIRMWARE_VERSION "12.10.1"
#define HAA_FIRMWARE_BETA_REVISION ""
#define HAA_FIRMWARE_CODENAME "Merlin"

Expand Down
2 changes: 1 addition & 1 deletion HAA/HAA_Main/main/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -7194,7 +7194,7 @@ void do_actions(ch_group_t* ch_group, uint8_t action) {
} else if (value_int >= 10) {
hkc_sec_system_status(SEC_SYSTEM_CH_TARGET_STATE, HOMEKIT_UINT8(value_int - 10));

} else { // if (value_int <= 3)
} else if (value_int <= 3) {
hkc_sec_system(SEC_SYSTEM_CH_TARGET_STATE, HOMEKIT_UINT8(value_int));
}
break;
Expand Down

0 comments on commit ca4d418

Please sign in to comment.