tobyweston / temperature-machine

Data logger for multiple DS18B20 temperature sensors on one or more machines
Apache License 2.0
67 stars 22 forks source link

Tests fail cross platform #37

Closed tobyweston closed 6 years ago

tobyweston commented 6 years ago

Tests will fail running on windows becuase the JSON is sent over the wire has unix line endings.

We can change the tests (a la this) or change the encoder (like this)

See