mirror of https://github.com/arendst/Tasmota.git
Add Settings.flag2.speed_conversion
This commit is contained in:
parent
a837a8ac7c
commit
669f88a5aa
|
@ -140,9 +140,7 @@ typedef union {
|
||||||
uint32_t data; // Allow bit manipulation
|
uint32_t data; // Allow bit manipulation
|
||||||
struct {
|
struct {
|
||||||
uint32_t spare00 : 1;
|
uint32_t spare00 : 1;
|
||||||
uint32_t spare01 : 1;
|
uint32_t speed_conversion : 3; // (v8.1.0.10) - Tx2x sensor
|
||||||
uint32_t spare02 : 1;
|
|
||||||
uint32_t spare03 : 1;
|
|
||||||
uint32_t time_format : 2; // (v6.6.0.9) - CMND_TIME
|
uint32_t time_format : 2; // (v6.6.0.9) - CMND_TIME
|
||||||
uint32_t calc_resolution : 3;
|
uint32_t calc_resolution : 3;
|
||||||
uint32_t weight_resolution : 2;
|
uint32_t weight_resolution : 2;
|
||||||
|
|
Loading…
Reference in New Issue