update CV & CA & LSV data

This commit is contained in:
Roy
2021-08-17 13:57:42 +08:00
parent 9f5f87d3bd
commit cdec2f5134
2 changed files with 4 additions and 4 deletions
@@ -4,9 +4,9 @@
#define VERSION_DATE_YEAR 21
#define VERSION_DATE_MONTH 8
#define VERSION_DATE_DAY 12
#define VERSION_DATE_HOUR 11
#define VERSION_DATE_MINUTE 14
#define VERSION_DATE_DAY 17
#define VERSION_DATE_HOUR 13
#define VERSION_DATE_MINUTE 57
// this is NOT the version hash !!
// it's the last version hash
@@ -484,7 +484,7 @@ static void EliteADCControl(uint32_t time)
}
if (volt_rec_en) {
InputNotify(NOTIFY_VOLT, instru.Vout - MEAS_VIN(wm));
InputNotify(NOTIFY_VOLT, instru.Vout/200 - MEAS_VIN(wm));
InputNotify(NOTIFY_IMPEDANCE, MEAS_VOUT(wm));
}
break;