Skip to content

v0.1.33

Choose a tag to compare

@github-actions github-actions released this 13 Jan 21:23
· 51 commits to master since this release

This release has renamed the read and listen commands. The new commands are:

  • send - this reads text/code input from stdin and sends it to the output (audio / gpio)
  • receive this listens for morse code from the input (pipewire / gpio).

This build has separated feature flags

audio - produce sound (platform independent)
pipewire - receive sound (Linux only)
gpio - receive GPIO (Linux only)

There is a new aarch64 build for Raspberry Pi which only has the gpio feature, no audio, no pipewire. (audio can be added later, but the build is broken for audio currently.)