From 331fd1426851adffd244a3a0f412dc086667a809 Mon Sep 17 00:00:00 2001 From: Theo Arends <11044339+arendst@users.noreply.github.com> Date: Mon, 11 Nov 2024 17:32:50 +0100 Subject: [PATCH] Add Settings->ms5837_pressure_offset (#22466) --- tasmota/include/tasmota_types.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tasmota/include/tasmota_types.h b/tasmota/include/tasmota_types.h index ceeb9cc8d..facaa1471 100644 --- a/tasmota/include/tasmota_types.h +++ b/tasmota/include/tasmota_types.h @@ -846,9 +846,10 @@ typedef struct { uint8_t modbus_sconfig; // F62 uint8_t windmeter_measure_intvl; // F63 - uint8_t free_f64[12]; // F64 - Decrement if adding new Setting variables just above and below + uint8_t free_f64[8]; // F64 - Decrement if adding new Setting variables just above and below // Only 32 bit boundary variables below + float ms5837_pressure_offset; // F6C uint32_t touch_threshold; // F70 SOBitfield6 flag6; // F74 uint16_t flowratemeter_calibration[2];// F78