Releases: elixir-circuits/circuits_quickstart
Releases · elixir-circuits/circuits_quickstart
v0.4.8
Updates:
- Update to
nerves_system_br v1.17.4
-based systems (Erlang/OTP 24.1.7)
- Update to Elixir 1.13
- Update other dependencies to latest
v0.4.7
Updates:
- Update to
nerves_system_br v1.16.3
-based systems (Erlang/OTP 24.1.4)
- Support USB gadget networking on Raspberry Pi 4
- Support the Raspberry Pi Zero 2 W (use the
rpi3a
version)
v0.4.6
Updates:
- Add new Nerves MOTD
- Update all dependencies to latest
v0.4.5
Updates:
- Update to
nerves_system_br v1.16.1
systems (Erlang/OTP 24.0.3)
v0.4.4
Updates:
- Update to
nerves_system_br v1.15.0
systems (Erlang/OTP 23.2.7)
- Remove Giant Board support since it doesn't support nerves_system_br v1.15.0
v0.4.3
Updates
- Add support for the Seeed Studio NPi IMX6ULL and Giant Board
- Update to
nerves_system_br v1.14.4
systems
v0.4.2
WiFi configuration is easier now! To scan for networks, run
VintageNetWiFi.quick_scan
and then to connect, run
VintageNetWiFi.quick_configure("ssid", "password")
.
Updates:
- Update Nerves systems to the latest (
nerves_system_br v1.13.7
-based)
- Update
circuits_i2c
so that it includes the new discover_*
helper
functions
- Update
vintage_net_wifi
to pull in the "quick" helper functions
v0.4.1
Updates:
- Update Nerves systems to latest (
nerves_system_br v1.13.5
-based)
- Raspberry Pi 4 now runs in 64-bit mode
- Path autocompletion at IEx prompt
v0.4.0
Updates:
- Add support for the OSD32MP1
- Update to use
nerves_ssh
and properly support username/password access to
the device
- Build with Elixir 1.11.1
- Update Nerves systems to latest (
nerves_system_br v1.13.2
-based)
v0.3.0
Updates:
- Update to Nerves 1.6 and VintageNet/NervesPack