overthesun / simoc-sam

Live backend for SAM at Biosphere 2
2 stars 1 forks source link

Use correct var names when reading the config. #50

Closed ezio-melotti closed 1 year ago

ezio-melotti commented 1 year ago

This PR fixes two issues that prevented the server from running properly:

The logic also seems backward, since the sensor_info values take precedence over the config file, whereas it should be the opposite. I'll fix this in a separate PR after some additional testing.

ezio-melotti commented 1 year ago

Good catch, I now fixed it.