We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 588e22e commit 30f8d29Copy full SHA for 30f8d29
CHANGELOG.md
@@ -1,5 +1,15 @@
1
# Changelog
2
3
+## v0.10.0 - 2024-04-07
4
+
5
+* Updates
6
+ * Update Nerves systems to `nerves_system_br v1.27.0` (Erlang/OTP 26.2.3,
7
+ Buildroot 2024.02)
8
+ * Switch back to WPA2-only WiFi support with
9
+ `VintageNetWiFi.quick_configure/2` to fix issues on BBB and GRiSP2
10
+ * Fix regression that prevented WiFi networks from being provisioned on the
11
+ MicroSD card
12
13
## v0.9.0 - 2024-02-18
14
15
* Updates
mix.exs
@@ -2,7 +2,7 @@ defmodule CircuitsQuickstart.MixProject do
use Mix.Project
@app :circuits_quickstart
- @version "0.9.0"
+ @version "0.10.0"
@all_targets [
:rpi,
:rpi0,
0 commit comments