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 fa979b6 commit 92312ccCopy full SHA for 92312cc
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## v0.4.15 - 2022-05-08
4
+
5
+Updates:
6
7
+* Support WiFi configuration when making the MicroSD card when using `fwup`.
8
+ Thanks to @mnishiguchi for this.
9
10
## v0.4.14 - 2022-03-18
11
12
Updates:
mix.exs
@@ -2,7 +2,7 @@ defmodule CircuitsQuickstart.MixProject do
use Mix.Project
@app :circuits_quickstart
- @version "0.4.14"
+ @version "0.4.15"
@all_targets [
:rpi,
:rpi0,
0 commit comments