mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-28 05:06:32 +00:00
Remove declaration of unused co2AvgExtra
This commit is contained in:
parent
94e2c2f9da
commit
31bbea7502
@ -96,7 +96,6 @@ class FrogmoreScd40
|
|||||||
uint8_t duringMeasurement;
|
uint8_t duringMeasurement;
|
||||||
uint8_t i2cAddress;
|
uint8_t i2cAddress;
|
||||||
TwoWire *pWire;
|
TwoWire *pWire;
|
||||||
uint16_t co2AvgExtra;
|
|
||||||
uint16_t co2History[SCD40_MEDIAN_FILTER_SIZE];
|
uint16_t co2History[SCD40_MEDIAN_FILTER_SIZE];
|
||||||
uint16_t co2EAverage;
|
uint16_t co2EAverage;
|
||||||
int8_t co2NewDataLocation; // location to put new CO2 data for median filter
|
int8_t co2NewDataLocation; // location to put new CO2 data for median filter
|
||||||
|
Loading…
x
Reference in New Issue
Block a user