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 2c69621 commit 6fe4ea2Copy full SHA for 6fe4ea2
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## v0.5.2 - 2022-08-29
4
+
5
+Updates:
6
7
+* USB gadget mode networking works on the MangoPi MQ-Pro now
8
+* Add `pinout` package. Run `Pinout.print` to see what pins go where
9
10
## v0.5.1 - 2022-08-08
11
12
Updates:
mix.exs
@@ -2,7 +2,7 @@ defmodule CircuitsQuickstart.MixProject do
use Mix.Project
@app :circuits_quickstart
- @version "0.5.1"
+ @version "0.5.2"
@all_targets [
:rpi,
:rpi0,
0 commit comments