Skip to content

Fix supervision tree / move temp sensor path into config

Frank Kumro requested to merge issue_7 into master

The child supervisor was exiting due to start_link/0 not existing. Fixed by removing the ignored parameter.

File path for reading from the temperature sensor was moved out of the Communication module and into configuration (config/rpi3.exs).

Merge request reports