feat: add option to disable radio calibration and update status error handling
This commit is contained in:
@ -284,10 +284,12 @@ inline const char *to_str(const ChipMode &mode) {
|
||||
|
||||
|
||||
struct __attribute__((packed)) status_t {
|
||||
// LSB
|
||||
uint8_t reserved_1 : 1;
|
||||
CommandStatus command_status : 3;
|
||||
ChipMode chip_mode : 3;
|
||||
uint8_t reserved_2 : 1;
|
||||
// MSB
|
||||
};
|
||||
static_assert(sizeof(status_t) == 1);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user