mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-28 05:06:32 +00:00
Add param4 in AdcParam ersponse
This commit is contained in:
parent
e9922b0b13
commit
7c258f4de1
@ -831,7 +831,7 @@ void CmndAdcParam(void) {
|
||||
}
|
||||
char param3[33];
|
||||
dtostrfd(((double)Adc[idx].param3)/10000, precision, param3);
|
||||
ResponseAppend_P(PSTR(",%s"), param3);
|
||||
ResponseAppend_P(PSTR(",%s,%d"), param3, Adc[idx].param4);
|
||||
}
|
||||
ResponseAppend_P(PSTR("]}"));
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user