Supports refresh each seconds of mq
This commit is contained in:
parent
d45c8d3d24
commit
d20aad968e
@ -484,6 +484,9 @@ void AdcEverySecond(void) {
|
||||
else if (ADC_CT_POWER == Adc[idx].type) {
|
||||
AdcGetCurrentPower(idx, 5);
|
||||
}
|
||||
else if (ADC_MQ == Adc[idx].type) {
|
||||
AdcGetMq(idx);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user