dbdexter-dev / sdrpp_radiosonde

Radiosonde decoder plugin for SDR++
MIT License
80 stars 12 forks source link

After the April SDR ++ updates... #5

Closed kmp56 closed 2 years ago

kmp56 commented 2 years ago
  1. After the April SDR ++ updates, the plugin cannot be compiled in
  2. It should be: if (OPT_BUILD_RADIOSONDE_DECODER) add_subdirectory ("decoder_modules / sdrpp_radiosonde") endif (OPT_BUILD_RADIOSONDE_DECODER)
    • space after endif in the 3rd line ...

Linux, Ubuntu 20.04.4 LTS

dbdexter-dev commented 2 years ago

There have been some minor changes to the plugin API, can you confirm that the code on the dev branch successfully compiles?

kmp56 commented 2 years ago

After many attempts, it finally works. Using dev branch downloaded .zip and manually added Sondedump ... I also repeated the installation on the laptop - also successfully ... SOLVED for today ;)