Fix i_set, a user-provided value, to stop varying on VREF measurements #84

Merged
sb10q merged 2 commits from atse/thermostat:fix-i_set into master 2024-02-20 10:56:32 +08:00

2 Commits (master)

Author SHA1 Message Date
atse 76547be90a i_tec -> i_set
i_tec is reserved for the voltage signal coming out of the MAX1968 chip
for now.
2024-02-14 17:27:12 +08:00
atse 8b975e656e Stop i_set from fluctuating in every report
i_set is a user-provided value that shouldn't fluctuate with every VREF
measurement. Storing i_set as channel state is the simplest way to avoid
that.
2024-02-14 17:21:39 +08:00