diff --git a/cmake/ci/build_ggmorse.sh b/cmake/ci/build_ggmorse.sh index b15743dcd..45045e6ed 100644 --- a/cmake/ci/build_ggmorse.sh +++ b/cmake/ci/build_ggmorse.sh @@ -4,7 +4,7 @@ cd $HOME mkdir -p external && cd external mkdir -p f4exb && cd f4exb -git clone https://github.com/f4exb/ggmorse.git +git clone https://github.com/ggerganov/ggmorse.git cd ggmorse mkdir -p build && cd build diff --git a/external/CMakeLists.txt b/external/CMakeLists.txt index ca89be680..aaa9dc8de 100644 --- a/external/CMakeLists.txt +++ b/external/CMakeLists.txt @@ -859,7 +859,7 @@ if(ENABLE_FEATURE_MORSEDECODER) set(GGMORSE_LIBRARIES "${EXTERNAL_BUILD_LIBRARIES}/lib${LIB_SUFFIX}/libggmorse${CMAKE_SHARED_LIBRARY_SUFFIX}" CACHE INTERNAL "") endif() ExternalProject_Add(ggmorse - GIT_REPOSITORY https://github.com/f4exb/ggmorse.git + GIT_REPOSITORY https://github.com/ggerganov/ggmorse.git PREFIX "${EXTERNAL_BUILD_LIBRARIES}/ggmorse" CMAKE_ARGS ${COMMON_CMAKE_ARGS} -DGGMORSE_BUILD_TESTS=OFF diff --git a/plugins/feature/morsedecoder/readme.md b/plugins/feature/morsedecoder/readme.md index 299fb3bfb..ac9aedcd3 100644 --- a/plugins/feature/morsedecoder/readme.md +++ b/plugins/feature/morsedecoder/readme.md @@ -2,7 +2,7 @@

Introduction

-This feature plugin can be used to decode Morse (CW) transmissions. It is based on a slightly modified decoding library called [GGMorse](https://github.com/f4exb/ggmorse). You must compile and install this library to build this plugin. The GGMorse installation folder is specified as `-DGGMORSE_DIR` on the cmake command line. +This feature plugin can be used to decode Morse (CW) transmissions. It is based on a decoding library called [GGMorse](https://github.com/ggerganov/ggmorse.git). You must compile and install this library to build this plugin. The GGMorse installation folder is specified as `-DGGMORSE_DIR` on the cmake command line. This plugin uses the demodulated audio of some Rx channel plugins.