Closed coffinshaker closed 5 years ago
Hmm, I will try to reproduce (and fix ;) that this weekend. Thanks for reporting!
Well spotted @coffinshaker!
Glad I could help :) I thought that maybe it wasn't there for a reason but adding this line worked for me. Apart from that it's a nice piece of software. Thanks!
Reminds me that I need to build an automated test environment in my basement :)
When I remotely run the command to set voltage it returns "ok" but nothing changes. Shouldn't there be a line like this:
cv_voltage.value = ivalue;
just before calling the following function in line 162 in file
func_cv.c
:voltage_changed(&cv_voltage);
or is there a reason the voltage cannot be changed this way?