projecthorus / radiosonde_auto_rx

Automatically Track Radiosonde Launches using RTLSDR
GNU General Public License v3.0
474 stars 122 forks source link

delete lms6mod - replaced by lms6Xmod #879

Closed pinkavaj closed 1 month ago

pinkavaj commented 1 month ago

I'm getting the error mentioned bellow during build, deprecated, so mey-be this is the way?

cc -O3 -w -Wno-unused-variable -DVER_JSN_STR=\"1.7.3-beta11\"   -c -o lms6mod.o lms6mod.c
lms6mod.c:180:8: error: type defaults to ‘int’ in declaration of ‘vitCodes_init’ [-Wimplicit-int]
  180 | static vitCodes_init = 0;
      |        ^~~~~~~~~~~~~
make[1]: *** [<builtin>: lms6mod.o] Error 1
rs1729 commented 1 month ago

Yes, I believe it can be deleted in the test tool. In the decoding chain only lms6Xmod is in use. But @darksidelemm knows auto_rx better.

darksidelemm commented 1 month ago

The test_demod tool has a lot of old stuff within it, I'd just leave it alone - it's not really part of the main codebase. But yes, removing lms6mod (and probably a few other old demodulator files) is fine.