mirror of https://github.com/arendst/Tasmota.git
Added command CalcRes
This commit is contained in:
parent
0b988c561b
commit
c51e657ed9
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue