Supports refresh each seconds of mq

This commit is contained in:
rice103 2022-01-23 19:19:32 +01:00
parent d45c8d3d24
commit d20aad968e

View File

@ -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);
}
}
}