mirror of
https://github.com/arendst/Tasmota.git
synced 2025-04-24 06:47:17 +00:00
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…
x
Reference in New Issue
Block a user