mirror of
https://github.com/esphome/esphome.git
synced 2024-12-26 23:41:45 +01:00
Update config.h
This commit is contained in:
parent
a319ce833f
commit
e9b7b3edee
1 changed files with 27 additions and 29 deletions
|
@ -53,7 +53,6 @@ enum WorPeriod : uint8_t {
|
|||
// reverse order on the data sheet
|
||||
|
||||
struct RegisterConfig {
|
||||
struct {
|
||||
uint8_t command : 8;
|
||||
uint8_t starting_address : 8;
|
||||
uint8_t length : 8;
|
||||
|
@ -83,7 +82,6 @@ struct RegisterConfig {
|
|||
} reg_3;
|
||||
uint8_t crypt_h : 8;
|
||||
uint8_t crypt_l : 8;
|
||||
};
|
||||
} __attribute__((packed));
|
||||
|
||||
} // namespace ebyte_lora
|
||||
|
|
Loading…
Reference in a new issue