From 669f88a5aab6b99e534bced6bbe80ec23d82a3bb Mon Sep 17 00:00:00 2001 From: Theo Arends <11044339+arendst@users.noreply.github.com> Date: Mon, 2 Mar 2020 14:00:57 +0100 Subject: [PATCH] Add Settings.flag2.speed_conversion --- tasmota/settings.h | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/tasmota/settings.h b/tasmota/settings.h index be108ac33..37734b32a 100644 --- a/tasmota/settings.h +++ b/tasmota/settings.h @@ -140,10 +140,8 @@ typedef union { uint32_t data; // Allow bit manipulation struct { uint32_t spare00 : 1; - uint32_t spare01 : 1; - uint32_t spare02 : 1; - uint32_t spare03 : 1; - uint32_t time_format : 2; // (v6.6.0.9) - CMND_TIME + uint32_t speed_conversion : 3; // (v8.1.0.10) - Tx2x sensor + uint32_t time_format : 2; // (v6.6.0.9) - CMND_TIME uint32_t calc_resolution : 3; uint32_t weight_resolution : 2; uint32_t frequency_resolution : 2;