Release 0.3.3 Published #296
Closed
andrewdavidmackenzie
announced in
Announcements
Replies: 1 comment
-
We had a couple of unexpected bumps on the road (outside our code) with 0.3.0 that lead to 0.3.1 and then 0.3.2, and finally a 0.3.3 with a fix to ease usability. Next time we'll try doing pre-releases, and avoid this churn and wasting your time. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have just published to crates.io Pigg v0.3.3 which adds the remote GPIO networking feature!
You start-up
piglet
on a Raspberry Pi (or install it as a System Service), get thenodeid
that prints out, and use it withpiggui
on your platform of choice, either as a command line parameter (--nodeid XXX
) or using the dialog from the hardware menu in the info bar at the bottom of the screen.You can see a couple of short videos on youtube showing this new functionality working:
Video with Dialog: https://youtu.be/aToJ1aT7NeM
Video using CLI argument: https://youtu.be/zcEa_Oke014
We'd love to hear back from folks who try it out!
It still requires a bit of work to build from source (master or the release artifacts), until we do our build and packaging work next, but the instructions in the repo in the BUILDING.md hopefully help with that!
Beta Was this translation helpful? Give feedback.
All reactions