diff options
author | Diane Bruce <db@FreeBSD.org> | 2020-01-01 23:14:43 +0000 |
---|---|---|
committer | Diane Bruce <db@FreeBSD.org> | 2020-01-01 23:14:43 +0000 |
commit | c24e86c24c064b18aff0a1360efa76ce1b67710f (patch) | |
tree | fdcc43f9b837ba4f68ad7859e2f9bb7c4e177c19 /comms/Makefile | |
parent | 5f582b73ab228c78efcb60ec79e46d7de3bdeea7 (diff) |
NanoVNASaver
A multiplatform tool to save Touchstone files from the NanoVNA, sweep
frequency spans in segments to gain more than 101 data points, and
generally display and analyze the resulting data.
Notes
Notes:
svn path=/head/; revision=521787
Diffstat (limited to 'comms/Makefile')
-rw-r--r-- | comms/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/comms/Makefile b/comms/Makefile index 94972fceaedf..9af99c7eec7f 100644 --- a/comms/Makefile +++ b/comms/Makefile @@ -100,6 +100,7 @@ SUBDIR += mlan3 SUBDIR += morse SUBDIR += multimon-ng + SUBDIR += nanovna-saver SUBDIR += nasawash SUBDIR += ncid SUBDIR += nec2c |