Skip to content
  • Frank Kumro's avatar
    Fix supervision tree / move temp sensor path into config · ef96b928
    Frank Kumro authored
    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`).
    ef96b928