-
New features
- Include
nerves_time
. So many people were addingnerves_time
to their
projects that we decided to include it by default. This only brings in the
library. The default configuration will use NTP to get the time and advance
clock to at least the build time by default.
- Include
-
Bug fixes
- It was possible for the SSH daemon to crash and not be restarted. The ssh
daemon process is now linked to a GenServer here so that this project's
supervisor can restart it on crashes.
- It was possible for the SSH daemon to crash and not be restarted. The ssh