Skip to content

Commit 135b26f

Browse files
committed
v0.4.2 release
1 parent 466f285 commit 135b26f

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## v0.4.2
4+
5+
WiFi configuration is easier now! To scan for networks, run
6+
`VintageNetWiFi.quick_scan` and then to connect, run
7+
`VintageNetWiFi.quick_configure("ssid", "password")`.
8+
9+
Updates:
10+
11+
* Update Nerves systems to the latest (`nerves_system_br v1.13.7`-based)
12+
* Update `circuits_i2c` so that it includes the new `discover_*` helper
13+
functions
14+
* Update `vintage_net_wifi` to pull in the "quick" helper functions
15+
316
## v0.4.1
417

518
Updates:

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ defmodule CircuitsQuickstart.MixProject do
22
use Mix.Project
33

44
@app :circuits_quickstart
5-
@version "0.4.1"
5+
@version "0.4.2"
66
@all_targets [:rpi, :rpi0, :rpi2, :rpi3, :rpi3a, :rpi4, :bbb, :osd32mp1, :x86_64]
77

88
def project do

0 commit comments

Comments
 (0)