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 2fbe490 commit 2213cd6Copy full SHA for 2213cd6
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Changelog
2
3
+## v0.10.1 - 2024-04-08
4
+
5
+* Updates
6
+ * Fix logic for detecting unconfigured WiFi networks
7
8
## v0.10.0 - 2024-04-07
9
10
* Updates
mix.exs
@@ -2,7 +2,7 @@ defmodule CircuitsQuickstart.MixProject do
use Mix.Project
@app :circuits_quickstart
- @version "0.10.0"
+ @version "0.10.1"
@all_targets [
:rpi,
:rpi0,
0 commit comments