Skip to content

v1.1.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@mtongnz mtongnz released this 22 Oct 04:37
· 1 commit to 1.1.0 since this release

This release currently uses modified open source LwIP: https://github.com/mtongnz/Arduino to allow setting of subnet in softAP mode and packet forwarding. Hopefully these changes will be merged into the next release of lwIP at which point, I will merge this release into the master branch as stable.

CHANGES v1.1.1

  • Allow other espArtnetNodes to connect to the node when in hotspot mode
  • Hotspot uses 2.0.0.1 IP with subnet 255.0.0.0 in DHCP mode
  • Hotspot allows a static IP and subnet to be set
  • Added: stand alone mode (hotspot only - no wifi)
  • Added: artnet can be received when in stand alone mode
  • Added: setBroadcastAddr() function to calculate the subnet mask
  • Modified web UI: stand alone mode toggle
  • Modified web UI: view password toggle
  • Modified web UI: help toggle buttons
  • Modified web UI: images (help/view password)