For the DPS5015 the scale should also be adjusted to /1000. I changed the DPS::begin() function in powersupply.c: ` dps5020_ = (model == 5020 || model == 5015); `
For the DPS5015 the scale should also be adjusted to /1000.
I changed the DPS::begin() function in powersupply.c:
dps5020_ = (model == 5020 || model == 5015);