Packages

Update firmware on a Nerves device over HTTP

Current section

Files

Jump to
Raw

CHANGELOG.md

# ChangeLog
## 0.3.1
* Bug Fixes
* removed all compile-time configuration, all runtime now
* elixir 1.4 clean build
* cleanup of mix dependencies (now ref hex packages)
## 0.3.0
* Bug Fixes
* fixed issue where response would not be sent prior to rebooting the device
* New Features
* added mix task `firmware.push` for pushing firmware to hosts and ip's. Example: `mix firmware.push 192.168.1.100 --target rpi3`
## 0.2.0
* New Features
* Broke out Nerves.Firmware.HTTP service from Nerves.Firmware