Skip to content

v0.5.0

Choose a tag to compare

@mobileoverlord mobileoverlord released this 29 Aug 14:06
· 22 commits to master since this release
  • New features

    • When using Erlang distribution, the node's hostname can be set to the name
      returned by DHCP: node_host: :dhcp
    • SSH console access is enabled by default now. Disable by setting
      ssh_console_port: nil
    • To address issues with link-local networking, it's now possible to run a
      mini DHCP server to supply an IP address instead. Enable by setting
      address_method: :dhcpd. See
      OneDHCPD for more information.
  • Bug fixes

    • Merge default configs from nerves_network. This fixes an issue where
      wlan0 settings were lost.