Skip to content

Commit

Permalink
Merge pull request #49 from bfabio/fixes
Browse files Browse the repository at this point in the history
Fix typo in #define name
  • Loading branch information
wichers authored Aug 9, 2024
2 parents 41a1459 + 4bf4acb commit 125de65
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions components/comfoair/registers.h
Original file line number Diff line number Diff line change
Expand Up @@ -629,8 +629,8 @@ Byte[8] =
Response: ACK
*/
#define CMD_SET_VENTINATION_LEVEL 0xCF
#define RES_SET_VENTINATION_LEVEL COMMAND_ACK
#define CMD_SET_VENTILATION_LEVEL 0xCF
#define RES_SET_VENTILATION_LEVEL COMMAND_ACK

/*
Data: 1 byte
Expand Down Expand Up @@ -1006,4 +1006,4 @@ Byte[20] = Control bits
Response:
*/
#define CMD_SEND_RF_COMMAND 0x40
#define RES_SEND_RF_COMMAND []
#define RES_SEND_RF_COMMAND []

0 comments on commit 125de65

Please sign in to comment.