Skip to content

Commit

Permalink
v1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
horacekj committed Apr 15, 2023
1 parent db8cb18 commit c65151f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ static inline bool is_ir_input_in_section(uint8_t input) {
#define CONFIG_MODULE_TYPE_NONIR 0x11
#define CONFIG_MODULE_TYPE (config_ir_support ? CONFIG_MODULE_TYPE_IR : CONFIG_MODULE_TYPE_NONIR)
#define CONFIG_FW_MAJOR 1
#define CONFIG_FW_MINOR 2
#define CONFIG_FW_MINOR 3
#define CONFIG_PROTO_MAJOR 4
#define CONFIG_PROTO_MINOR 1

Expand Down

0 comments on commit c65151f

Please sign in to comment.