From 9a464397172e06fcceebf1d29a2c59da7b8ae595 Mon Sep 17 00:00:00 2001 From: kd9lsv Date: Wed, 21 Jun 2023 22:51:50 -0500 Subject: [PATCH 01/15] Add Not1MM and add to wordlist. --- .github/config/.wordlist.txt | 12 +++++++++++- README.md | 1 + 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/.github/config/.wordlist.txt b/.github/config/.wordlist.txt index d1fe5a0..7ccb3c4 100644 --- a/.github/config/.wordlist.txt +++ b/.github/config/.wordlist.txt @@ -90,4 +90,14 @@ SSB uBITx OpenHT hw -firmwares \ No newline at end of file +firmwares +PowerSDR +RHR +STM +SmartSDR +bmo +pcboard +AIOC +HTs +PTT +GridTracker \ No newline at end of file diff --git a/README.md b/README.md index c79571b..34f131c 100644 --- a/README.md +++ b/README.md @@ -53,6 +53,7 @@ + [PyQSO](https://github.com/ctjacobs/pyqso) is a contact logging tool for amateur radio operators. + [Xlog](http://www.nongnu.org/xlog/) a minimal logging program for Amateur Radio Operators. + [GridTracker](https://gitlab.com/gridtracker.org/gridtracker) is a warehouse of amateur radio information presented in an easy to use interface, from live traffic decodes, logbooks, spot reports, weather, current solar conditions and more. (Used with WSJT-X) ++ [Not1MM](https://github.com/mbridak/not1mm) an alternative to N1MM contest logger using Python and QT. ### Digimodes + [WSJT](https://sourceforge.net/projects/wsjt/) five programs designed for amateur radio communication From 7974beebba317104734506a3a9a7768264e3627b Mon Sep 17 00:00:00 2001 From: kd9lsv Date: Wed, 21 Jun 2023 22:56:44 -0500 Subject: [PATCH 02/15] Add OpenCWKeyerMK and additional exclusions to spellcheck. --- .github/config/.wordlist.txt | 6 +++++- README.md | 2 ++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/config/.wordlist.txt b/.github/config/.wordlist.txt index 7ccb3c4..372bc05 100644 --- a/.github/config/.wordlist.txt +++ b/.github/config/.wordlist.txt @@ -100,4 +100,8 @@ pcboard AIOC HTs PTT -GridTracker \ No newline at end of file +GridTracker +Keyer +EL +Winkeyer +OpenCWKeyerMK \ No newline at end of file diff --git a/README.md b/README.md index 34f131c..12a01bb 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,7 @@ + [OpenGD77](https://github.com/rogerclarkmelbourne/OpenGD77) Firmware for DMR transceivers using the NXP MK22 MCU, AT1846S RF chip and HR-C6000 DMR chipset. Including the Radioddiy GD-77, Baofeng DM-1801 and Baofeng RD-5R. + [G90Tools](https://github.com/OpenHamradioFirmware/G90Tools) Tools and guides for working with the Xiegu G90 HF radio firmware + [OpenRTX](https://github.com/OpenRTX/OpenRTX) OpenRTX is a free and open source firmware for digital amateur radio devices, top-down designed with modularity, flexibility and performance in mind. ++ [K3ng CW Keyer](https://github.com/k3ng/k3ng_cw_keyer) is an open source Arduino based CW Keyer. ### Decoding @@ -102,3 +103,4 @@ + [M17-Project/OpenHT-hw](https://github.com/M17-Project/OpenHT-hw) Hardware part of the OpenHT - an open-source, SDR handheld transceiver. + [bmo/tuning-knob-pcboard](https://github.com/bmo/tuning-knob-pcboard) Open Source Tuning knob that works with PowerSDR and SmartSDR and Remote Ham Radio (RHR). Uses STM32 hardware. + [AIOC](https://github.com/skuep/AIOC) USB-C All-in-One board used for Audio, PTT, and Programming HTs. ++ [OpenCWKeyerMK2](https://github.com/ok1cdj/OpenCWKeyerMK2) Open-Source Version of the K1EL Winkeyer using K3NG firmware. \ No newline at end of file From bb4e969df04c9e45ed2d7024e2a166cd562cb521 Mon Sep 17 00:00:00 2001 From: kd9lsv Date: Wed, 21 Jun 2023 22:59:55 -0500 Subject: [PATCH 03/15] Node-Red-Contesting-Dashboard. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 12a01bb..d0b6518 100644 --- a/README.md +++ b/README.md @@ -55,6 +55,7 @@ + [Xlog](http://www.nongnu.org/xlog/) a minimal logging program for Amateur Radio Operators. + [GridTracker](https://gitlab.com/gridtracker.org/gridtracker) is a warehouse of amateur radio information presented in an easy to use interface, from live traffic decodes, logbooks, spot reports, weather, current solar conditions and more. (Used with WSJT-X) + [Not1MM](https://github.com/mbridak/not1mm) an alternative to N1MM contest logger using Python and QT. ++ [Node Red Contesting Dashboard](https://github.com/kylekrieg/Node-Red-Contesting-Dashboard) A basic multi screen contesting dashboard written in Node Red. ### Digimodes + [WSJT](https://sourceforge.net/projects/wsjt/) five programs designed for amateur radio communication From 31e888ceb42c61970cf2baacd86ae541cc165930 Mon Sep 17 00:00:00 2001 From: kd9lsv Date: Sat, 24 Jun 2023 20:11:33 -0500 Subject: [PATCH 04/15] Add MorseRunner --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index d0b6518..9ec6585 100644 --- a/README.md +++ b/README.md @@ -87,6 +87,8 @@ + [AFU Group Trainer](https://github.com/ccoors/afu-group-trainer) a tool that eases the collaborative learning for the (German) HAM exam by allowing each student to answer the questions during a learning session instead of just one person answering. (Currently only in german) ++ [MorseRunner-CE](https://github.com/w7sst/MorseRunner) is an effective practice tool for improving their CW copying and pileup handling skills. + ### Simulation + [NEC2++](https://github.com/tmolteno/necpp) Numerical Electromagnetic Code in C++. From 2f76f9fe1da90415d112b884375007e6b2b309dc Mon Sep 17 00:00:00 2001 From: kd9lsv Date: Sat, 24 Jun 2023 20:21:10 -0500 Subject: [PATCH 05/15] Add Operating Systems --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 9ec6585..a970eaf 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,13 @@ ## Software +### Operating Systems + ++ [KB1OIQ - Andy's Ham Radio Linux](https://sourceforge.net/projects/kb1oiq-andysham/) ++ [73Linux](https://github.com/km4ack/73Linux) maintained by KM4ACK. ++ [W3DJS HamPi](https://github.com/dslotter/HamPi) + + ### APRS + [APRS Track Direct](https://github.com/qvarforth/trackdirect) APRS Track Direct is a collection of tools that can be used to run an APRS website. From 553561402729908f8daa106245eed33a838a312f Mon Sep 17 00:00:00 2001 From: kd9lsv Date: Sat, 24 Jun 2023 20:27:57 -0500 Subject: [PATCH 06/15] Add TLF, wordlist expanded, and spelling corrected --- .github/config/.wordlist.txt | 18 +++++++++++++++++- README.md | 25 +++++++++++++------------ 2 files changed, 30 insertions(+), 13 deletions(-) diff --git a/.github/config/.wordlist.txt b/.github/config/.wordlist.txt index 372bc05..3109d0c 100644 --- a/.github/config/.wordlist.txt +++ b/.github/config/.wordlist.txt @@ -104,4 +104,20 @@ GridTracker Keyer EL Winkeyer -OpenCWKeyerMK \ No newline at end of file +OpenCWKeyerMK +CQWW +ARRL +PACC +radiosport +CQ +DX +DXpedition +TLF +WPX +radiosport +MorseRunner +HamPi +ACK +DJS +OIQ +QSO diff --git a/README.md b/README.md index a970eaf..1402cac 100644 --- a/README.md +++ b/README.md @@ -12,19 +12,19 @@ + [73Linux](https://github.com/km4ack/73Linux) maintained by KM4ACK. + [W3DJS HamPi](https://github.com/dslotter/HamPi) - -### APRS +### APRS + [APRS Track Direct](https://github.com/qvarforth/trackdirect) APRS Track Direct is a collection of tools that can be used to run an APRS website. ### Networking + + [HBLink3](https://github.com/n0mjs710/hblink3) Open Source HomeBrew Repeater Protocol Client/Master, can be used to create links between hotspots and repeaters. ### Firmware + [MD380Tools](https://github.com/travisgoodspeed/md380tools) and [TyMD380Tools](https://github.com/KG5RKI/TyMD380Tools) have reverse engineered the MD380 and MD-2017/MDUV380 series radios respectively and have tools to build and work with replacement firmwares. MD380tools has most of what you need to understand the TYT .rdt codeplug format. -+ [OpenGD77](https://github.com/rogerclarkmelbourne/OpenGD77) Firmware for DMR transceivers using the NXP MK22 MCU, AT1846S RF chip and HR-C6000 DMR chipset. Including the Radioddiy GD-77, Baofeng DM-1801 and Baofeng RD-5R. -+ [G90Tools](https://github.com/OpenHamradioFirmware/G90Tools) Tools and guides for working with the Xiegu G90 HF radio firmware ++ [OpenGD77](https://github.com/rogerclarkmelbourne/OpenGD77) Firmware for DMR transceivers using the NXP MK22 MCU, AT1846S RF chip and HR-C6000 DMR chipset. Including the Radioddiy GD-77, Baofeng DM-1801 and Baofeng RD-5R. ++ [G90Tools](https://github.com/OpenHamradioFirmware/G90Tools) Tools and guides for working with the Xiegu G90 HF radio firmware + [OpenRTX](https://github.com/OpenRTX/OpenRTX) OpenRTX is a free and open source firmware for digital amateur radio devices, top-down designed with modularity, flexibility and performance in mind. + [K3ng CW Keyer](https://github.com/k3ng/k3ng_cw_keyer) is an open source Arduino based CW Keyer. @@ -45,12 +45,12 @@ + [pihpsdr](https://github.com/g0orx/pihpsdr) Raspberry Pi 3 standalone code for HPSDR + [quisk](http://james.ahlstrom.name/quisk/) SDR software to control different radios like the Hermes-Lite or HiQSDR + [CubicSDR](https://github.com/cjcliffe/CubicSDR) a Cross-Platform Software-Defined Radio Application. -+ [insprectrum](https://github.com/miek/inspectrum) is a tool for analysing captured signals, primarily from software-defined radio receivers. ++ [insprectrum](https://github.com/miek/inspectrum) is a tool for analyzing captured signals, primarily from software-defined radio receivers. + [ShinySDR](https://github.com/kpreid/shinysdr) is the software component of a software-defined radio receiver like the HackRF or RTL-SDR. + [SDRangel](https://github.com/f4exb/sdrangel) SDR and signal analyzer frontend to various hardware. + [PyMultimonAPRS](https://github.com/asdil12/pymultimonaprs) can take an RTLSDR or audio input and Igate APRS traffic. + [OpenWebRX](https://github.com/jketterl/openwebrx) Open source, multi-user SDR receiver software with a web interface, forked and improved from [HA7ILM's](https://github.com/ha7ilm/openwebrx) excellent initial project. -+ [Qradiolink](https://github.com/qradiolink/qradiolink) Multimode SDR transceiver for GNU radio ++ [Qradiolink](https://github.com/qradiolink/qradiolink) Multimode SDR transceiver for GNU radio + [SDRPlusPlus](https://github.com/AlexandreRouma/SDRPlusPlus) SDR++ is a cross-platform and open source SDR software with the aim of being bloat free and simple to use. ### Logging @@ -62,7 +62,9 @@ + [Xlog](http://www.nongnu.org/xlog/) a minimal logging program for Amateur Radio Operators. + [GridTracker](https://gitlab.com/gridtracker.org/gridtracker) is a warehouse of amateur radio information presented in an easy to use interface, from live traffic decodes, logbooks, spot reports, weather, current solar conditions and more. (Used with WSJT-X) + [Not1MM](https://github.com/mbridak/not1mm) an alternative to N1MM contest logger using Python and QT. -+ [Node Red Contesting Dashboard](https://github.com/kylekrieg/Node-Red-Contesting-Dashboard) A basic multi screen contesting dashboard written in Node Red. ++ [Node Red Contesting Dashboard](https://github.com/kylekrieg/Node-Red-Contesting-Dashboard) A basic multi screen contesting dashboard written in Node Red. ++ [TLF](https://github.com/Tlf/tlf) is a logging program for radiosport, or ham radio contests. It supports CQWW, CQ-WPX, ARRL-DX, ARRL-FD, PACC, and EU SPRINT contests as well as many more, and also has general QSO and DXpedition modes. + ### Digimodes + [WSJT](https://sourceforge.net/projects/wsjt/) five programs designed for amateur radio communication @@ -73,7 +75,6 @@ + **WSPR-X:** Experimental version of WSPR, including the slow mode WSPR-15. + [fldigi](https://sourceforge.net/projects/fldigi/) is a modem program for most of the digital modes used by radio amateurs today. - ### Libraries + [Hamlib](https://github.com/Hamlib/Hamlib) libraries for amateur radio equipment control applications. @@ -96,7 +97,7 @@ + [MorseRunner-CE](https://github.com/w7sst/MorseRunner) is an effective practice tool for improving their CW copying and pileup handling skills. -### Simulation +### Simulation + [NEC2++](https://github.com/tmolteno/necpp) Numerical Electromagnetic Code in C++. @@ -108,9 +109,9 @@ + [SM1000 FreeDV adapter](http://www.rowetel.com/wordpress/?page_id=3902) FreeDV in hardware. Purchasable on [tindie](https://www.tindie.com/products/edwin/sm1000-freedv-adpapter/) + [Hermes Lite2](https://github.com/softerhardware/Hermes-Lite2) a low-cost software defined amateur radio HF transceiver based on a broadband modem chip and the Hermes SDR project. + [Mobilinkd TNCs](https://github.com/mobilinkd) have open firmware, unsure if hardware is open. [Homepage](http://www.mobilinkd.com/) -+ [QCX-SSB](https://github.com/threeme3/QCX-SSB) This is a simple and experimental modification that transforms your QCX into a (class-E driven) SSB transceiver. -+ [uBITx](https://www.hfsignals.com/index.php/ubitx/) An understandable general coverage HF SSB/CW transceiver kit ++ [QCX-SSB](https://github.com/threeme3/QCX-SSB) This is a simple and experimental modification that transforms your QCX into a (class-E driven) SSB transceiver. ++ [uBITx](https://www.hfsignals.com/index.php/ubitx/) An understandable general coverage HF SSB/CW transceiver kit. + [M17-Project/OpenHT-hw](https://github.com/M17-Project/OpenHT-hw) Hardware part of the OpenHT - an open-source, SDR handheld transceiver. + [bmo/tuning-knob-pcboard](https://github.com/bmo/tuning-knob-pcboard) Open Source Tuning knob that works with PowerSDR and SmartSDR and Remote Ham Radio (RHR). Uses STM32 hardware. + [AIOC](https://github.com/skuep/AIOC) USB-C All-in-One board used for Audio, PTT, and Programming HTs. -+ [OpenCWKeyerMK2](https://github.com/ok1cdj/OpenCWKeyerMK2) Open-Source Version of the K1EL Winkeyer using K3NG firmware. \ No newline at end of file ++ [OpenCWKeyerMK2](https://github.com/ok1cdj/OpenCWKeyerMK2) Open-Source Version of the K1EL Winkeyer using K3NG firmware. From 8bc41eb0c25163c5d8c4eee78eb881884193f2d1 Mon Sep 17 00:00:00 2001 From: Connor Dickey Date: Tue, 11 Jul 2023 22:15:55 -0500 Subject: [PATCH 07/15] Add FreeDATA Contributed by K5YVY in Clubhouse Discord. https://discordapp.com/channels/790372722273288193/1127797238064762971/1128346401483542598 --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1402cac..0288fde 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,12 @@ ### Decoding + [multimon-ng](https://github.com/EliasOenal/multimon-ng) decodes many paging, AFSK modes, and similar, including POCSAG, FLEX, EAS. -+ [Codec2](https://github.com/drowe67/codec2) is a FOSS ultra-low bitrate voice codec that's competitive from 3200 bits/s down to 450 bits/s. Also includes [FreeDV](https://freedv.org/), an HF digital voice mode. [PyCodec2](https://github.com/gregorias/pycodec2) is an easy Python wrapper. + +### CODEC2 ++ [Codec2](https://github.com/drowe67/codec2) is a FOSS ultra-low bitrate voice codec that's competitive from 3200 bits/s down to 450 bits/s. ++ [FreeDV](https://freedv.org/), an HF digital voice mode. ++ [PyCodec2](https://github.com/gregorias/pycodec2) is an easy Python wrapper. ++ [FreeDATA](https://github.com/DJ2LS/FreeDATA) is a free and open-source TNC with a GUI for codec2 ### POCSAG From 6118c127ece3d8fa9d2285415e1fc2206f2c74ae Mon Sep 17 00:00:00 2001 From: Connor Dickey Date: Tue, 11 Jul 2023 22:44:02 -0500 Subject: [PATCH 08/15] W0CHP-PiStar --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0288fde..b79a210 100644 --- a/README.md +++ b/README.md @@ -79,6 +79,7 @@ + **WSPR:** Probe potential propagation paths using low-power transmissions. + **WSPR-X:** Experimental version of WSPR, including the slow mode WSPR-15. + [fldigi](https://sourceforge.net/projects/fldigi/) is a modem program for most of the digital modes used by radio amateurs today. ++ [W0CHP-PiStar-Dash](https://repo.w0chp.net/WPSD-Dev/W0CHP-PiStar-Dash) is a highly modified and customized fork of Pi-Star for DMR, YSF, M17, NXDN, DSTAR and others. ### Libraries From 11579afff328c631347d4d91eed7424fe7d821d8 Mon Sep 17 00:00:00 2001 From: Connor Dickey Date: Tue, 11 Jul 2023 22:47:56 -0500 Subject: [PATCH 09/15] Restructure Codec2 section --- README.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index b79a210..3ec53e6 100644 --- a/README.md +++ b/README.md @@ -31,12 +31,10 @@ ### Decoding + [multimon-ng](https://github.com/EliasOenal/multimon-ng) decodes many paging, AFSK modes, and similar, including POCSAG, FLEX, EAS. - -### CODEC2 + [Codec2](https://github.com/drowe67/codec2) is a FOSS ultra-low bitrate voice codec that's competitive from 3200 bits/s down to 450 bits/s. -+ [FreeDV](https://freedv.org/), an HF digital voice mode. -+ [PyCodec2](https://github.com/gregorias/pycodec2) is an easy Python wrapper. -+ [FreeDATA](https://github.com/DJ2LS/FreeDATA) is a free and open-source TNC with a GUI for codec2 + + [FreeDV](https://freedv.org/), an HF digital voice mode based upon Codec2. + + [PyCodec2](https://github.com/gregorias/pycodec2) is an easy Python wrapper for Codec2. + + [FreeDATA](https://github.com/DJ2LS/FreeDATA) is a free and open-source TNC with a GUI for codec2. ### POCSAG From 27c2435e1bb2be22b989b2ee7eb51dd1f0cb5a92 Mon Sep 17 00:00:00 2001 From: Connor Dickey Date: Sun, 9 Jul 2023 21:36:38 -0500 Subject: [PATCH 10/15] Add URL for non Github Folks. --- CONTRIBUTING.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 4754248..05badee 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -9,4 +9,9 @@ Please ensure your pull request adheres to the following guidelines: + Check your spelling and grammar. + The pull request and commit should have a useful title. -Thank you for your suggestions! \ No newline at end of file ++ If unfamilar with Github and just wanting to add changes, please fill out the following form https://forms.gle/XX9zwJXgWZhVwk8k8 and the maintiners will review the proposed additions. + +Thank you for your suggestions! + +73, +The Maintainers. From c6e64824a3bf19d43d1df81660fa93db43154018 Mon Sep 17 00:00:00 2001 From: Connor Dickey Date: Tue, 11 Jul 2023 22:33:31 -0500 Subject: [PATCH 11/15] Create Contributors page to show support --- Contributors.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 Contributors.md diff --git a/Contributors.md b/Contributors.md new file mode 100644 index 0000000..864b8f9 --- /dev/null +++ b/Contributors.md @@ -0,0 +1,8 @@ +# Github Contributors +[![Contributors](https://contrib.rocks/image?repo=kd9lsv/awesome-hamradio)](https://github.com/kd9lsv/awesome-hamradio/graphs/contributors) + +Made with [contributors-img](https://contrib.rocks). + +## Additional Contributors ++ [K5YVY](https://www.youtube.com/c/k5yvyamateurradiostation) + From 3a8e3d56f77f1d80a73849ccedc1611ec178293e Mon Sep 17 00:00:00 2001 From: Connor Dickey Date: Sat, 15 Jul 2023 11:42:17 -0500 Subject: [PATCH 12/15] Change URL to main repo. --- Contributors.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 864b8f9..a6a0a46 100644 --- a/Contributors.md +++ b/Contributors.md @@ -1,5 +1,5 @@ # Github Contributors -[![Contributors](https://contrib.rocks/image?repo=kd9lsv/awesome-hamradio)](https://github.com/kd9lsv/awesome-hamradio/graphs/contributors) +[![Contributors](https://contrib.rocks/image?repo=dd5ht/awesome-hamradio)](https://github.com/dd5ht/awesome-hamradio/graphs/contributors) Made with [contributors-img](https://contrib.rocks). From b8c261c7f5a1aef9853c19ff213f4955c0649f2c Mon Sep 17 00:00:00 2001 From: Connor Dickey Date: Sat, 15 Jul 2023 11:58:22 -0500 Subject: [PATCH 13/15] Missing Master branch for spelling. --- .github/workflows/spellcheck.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/spellcheck.yaml b/.github/workflows/spellcheck.yaml index a34d934..2e927ae 100644 --- a/.github/workflows/spellcheck.yaml +++ b/.github/workflows/spellcheck.yaml @@ -3,6 +3,7 @@ on: push: branches: - 'main' + - 'master' pull_request: types: [open,reopened,edited] workflow_dispatch: @@ -26,4 +27,4 @@ jobs: name: Archive spellcheck output with: name: Spellcheck artifact - path: spellcheck-output.txt \ No newline at end of file + path: spellcheck-output.txt From b7f76034894f60ebb22ded83344df2dbff94df0c Mon Sep 17 00:00:00 2001 From: Connor Dickey Date: Sun, 16 Jul 2023 16:58:12 -0500 Subject: [PATCH 14/15] Add false errors to wordlist --- .github/config/.wordlist.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/config/.wordlist.txt b/.github/config/.wordlist.txt index 3109d0c..729f1d3 100644 --- a/.github/config/.wordlist.txt +++ b/.github/config/.wordlist.txt @@ -121,3 +121,8 @@ ACK DJS OIQ QSO +CHP +DSTAR +NXDN +PiStar +YSF From ba585d9102a13473a3d496a5f2ad05b9b3a8d997 Mon Sep 17 00:00:00 2001 From: Connor Dickey Date: Sun, 16 Jul 2023 17:00:07 -0500 Subject: [PATCH 15/15] Missed Additional words from test --- .github/config/.wordlist.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/config/.wordlist.txt b/.github/config/.wordlist.txt index 729f1d3..e12e3f5 100644 --- a/.github/config/.wordlist.txt +++ b/.github/config/.wordlist.txt @@ -126,3 +126,5 @@ DSTAR NXDN PiStar YSF +FreeDATA +TNC