From 30f32dc295ccfbe4f074c60b6daf04028afbecea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dani=C3=ABl=20Koek?= Date: Tue, 2 Apr 2024 16:58:25 +0100 Subject: [PATCH] Update config.h --- esphome/components/ebyte_lora/config.h | 1 + 1 file changed, 1 insertion(+) diff --git a/esphome/components/ebyte_lora/config.h b/esphome/components/ebyte_lora/config.h index 2cba96f16a..8c7e299e59 100644 --- a/esphome/components/ebyte_lora/config.h +++ b/esphome/components/ebyte_lora/config.h @@ -28,6 +28,7 @@ enum UART_BPS_SPEED { UART_115200 = 0b111 }; enum UART_PARITY_SETTING { EBYTE_UART_8N1 = 0b00, EBYTE_UART_8O1 = 0b01, EBYTE_UART_8E1 = 0b10 }; +#pragma pack(push, 1) struct REG0 { uint8_t air_data_rate : 3; std::string air_data_rate_description_() {