nerves-hub / nerves_hub_link

Connect devices to NervesHub via a Phoenix channel
https://hex.pm/packages/nerves_hub_link
Apache License 2.0
36 stars 18 forks source link

Change to only configure if connecting #229

Closed lawik closed 1 month ago

lawik commented 1 month ago

Currently the configurator would be built even if there was no connection planned which meant the :nerves_hub_link application could easily die when it was supposed to do nothing.

This change will not process the config with a configurator when connect has been set to false.

It enables dynamic onboarding to NervesHub.