github nerves-project/nerves v1.2.0

latest releases: v1.11.3, v1.11.2, v1.11.1...
7 years ago
  • Enhancements
    • Added ability to override provisioning.conf in the project mix config.
      This can be done by setting the key provisioning.

      Example:

      config :nerves, :firmware,
        provisioning: "config/provisioning.conf"
      
      # or delgate it to an app that sets nerves_provisioning: "path/to/file"
      
      config :nerves, :firmware,
        provisioning: :nerves_hub
      
    • Bug Fixes

      • Fix issue with setting provisioning environment vairables when calling
        mix firmware.burn on Linux systems. Environment variables prefixed with
        NERVES_ and the variable SERIAL_NUMBER will be copied into the environment.

Don't miss a new nerves release

NewReleases is sending notifications on new releases.