Skip to content

v0.9.2

Compare
Choose a tag to compare
@fhunleth fhunleth released this 24 Jan 16:35
· 243 commits to main since this release

This release introduces helper functions for configuring the most common types
of networks:

  • VintageNetWiFi.quick_configure("ssid", "password") - connect to a WPA PSK
    network on "wlan0"
  • VintageNetWiFi.quick_scan() - scan and return access points in one call

Additionally, there's now a VintageNetWiFi.Cookbook module with functions for
creating the configs for various kinds of networks.