mirror of
https://github.com/esphome/esphome.git
synced 2024-12-26 15:34:53 +01:00
Update config.h
This commit is contained in:
parent
e9b7b3edee
commit
070026dcbf
1 changed files with 3 additions and 3 deletions
|
@ -56,8 +56,8 @@ struct RegisterConfig {
|
|||
uint8_t command : 8;
|
||||
uint8_t starting_address : 8;
|
||||
uint8_t length : 8;
|
||||
uint8_t addh : 8;
|
||||
uint8_t addl : 8;
|
||||
int addh : 8;
|
||||
int addl : 8;
|
||||
struct {
|
||||
uint8_t air_data_rate : 3;
|
||||
uint8_t parity : 2;
|
||||
|
@ -71,7 +71,7 @@ struct RegisterConfig {
|
|||
uint8_t sub_packet : 2;
|
||||
} reg_1;
|
||||
// reg2
|
||||
uint8_t channel : 8;
|
||||
int channel : 8;
|
||||
struct {
|
||||
uint8_t wor_period : 3;
|
||||
uint8_t reserve1 : 1;
|
||||
|
|
Loading…
Reference in a new issue