From c51e657ed98c4110094e6a99b7c6e9ed94c63e8c Mon Sep 17 00:00:00 2001 From: Adrian Scillato <35405447+ascillato@users.noreply.github.com> Date: Mon, 26 Nov 2018 21:16:09 -0300 Subject: [PATCH] Added command CalcRes --- sonoff/settings.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/sonoff/settings.h b/sonoff/settings.h index 9eb95a64c..033071668 100644 --- a/sonoff/settings.h +++ b/sonoff/settings.h @@ -107,9 +107,7 @@ typedef union { uint32_t spare03 : 1; uint32_t spare04 : 1; uint32_t spare05 : 1; - uint32_t spare06 : 1; - uint32_t spare07 : 1; - uint32_t spare08 : 1; + uint32_t calc_resolution : 3; uint32_t weight_resolution : 2; uint32_t frequency_resolution : 2; uint32_t axis_resolution : 2;