Add param4 in AdcParam ersponse

This commit is contained in:
Barbudor 2022-09-30 23:53:58 +02:00
parent e9922b0b13
commit 7c258f4de1

View File

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