diff --git a/core/src/credits.cpp b/core/src/credits.cpp index fc49afd6..1970d739 100644 --- a/core/src/credits.cpp +++ b/core/src/credits.cpp @@ -36,19 +36,22 @@ namespace sdrpp_credits { const char* patrons[] = { "Bob Logan", + "Christian Häusler", "Croccydile", "Dale L Puckett (K0HYD)", "Daniele D'Agnelli", "EB3FRN", "Eric Johnson", "Flinger Films", - "W4IPA", + "Kezza", "Lee Donaghy", + ".lozenge. (Hank Hill)", "ON4MU", "Passion-Radio.com", "Scanner School", "SignalsEverywhere", - "Syne Ardwin (WI9SYN)" + "Syne Ardwin (WI9SYN)", + "W4IPA" }; const int contributorCount = sizeof(contributors) / sizeof(char*); diff --git a/readme.md b/readme.md index 8a633c57..2ad96cdd 100644 --- a/readme.md +++ b/readme.md @@ -297,7 +297,7 @@ Modules in beta are still included in releases for the most part but not enabled | Name | Stage | Dependencies | Option | Built by default| Built in Release | Enabled in SDR++ by default | |---------------------|------------|--------------|-------------------------------|:---------------:|:----------------:|:---------------------------:| | falcon9_decoder | Unfinished | ffplay | OPT_BUILD_FALCON9_DECODER | ⛔ | ⛔ | ⛔ | -| m17_decoder | Unfinished | - | OPT_BUILD_M17_DECODER | ⛔ | ⛔ | ⛔ | +| m17_decoder | Beta | - | OPT_BUILD_M17_DECODER | ⛔ | ✅ | ⛔ | | meteor_demodulator | Working | - | OPT_BUILD_METEOR_DEMODULATOR | ✅ | ✅ | ⛔ | | radio | Working | - | OPT_BUILD_RADIO | ✅ | ✅ | ✅ | | weather_sat_decoder | Unfinished | - | OPT_BUILD_WEATHER_SAT_DECODER | ⛔ | ⛔ | ⛔ | @@ -357,19 +357,22 @@ I will soon publish a contributing.md listing the code style to use. ## Patrons * Bob Logan +* [Christian Häusler](https://github.com/corvus-ch) * Croccydile * Dale L Puckett (K0HYD) * [Daniele D'Agnelli](https://linkedin.com/in/dagnelli) * [EB3FRN](https://www.eb3frn.net/) * Eric Johnson * Flinger Films -* [W4IPA](https://twitter.com/W4IPAstroke5) +* Kezza * Lee Donaghy +* .lozenge. (Hank Hill) * ON4MU * [Passion-Radio.com](https://passion-radio.com/) * [Scanner School](https://scannerschool.com/) * [SignalsEverywhere](https://signalseverywhere.com/) * Syne Ardwin (WI9SYN) +* [W4IPA](https://twitter.com/W4IPAstroke5) ## Contributors