airpartners / logger

Code and documentation associated with the air quality data logger/sensor box.
https://github.com/airpartners/logger/wiki
0 stars 0 forks source link

Made interactive valve test use BS1010 object instead of ThreeWayValve #43

Closed anushadatar closed 3 years ago

anushadatar commented 3 years ago

Unclear why (probably something something interactive mode constructors etc.) but this test stopped working when using the more granular object, so switch to BS1010, which is effectively the same save for like three functions. Need to test on known working system before merging this change, but this is necessary for Issue 36.

anushadatar commented 3 years ago

Works as expected, a little confusing, but good to have an interactive test iI guess.