projecthorus / radiosonde_auto_rx

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

Write rtl_power log output to user-defined log directory #856

Closed darksidelemm closed 5 months ago

argilo commented 5 months ago

This change has caused the following error to be printed when launching with auto_rx.sh:

rm: cannot remove 'log_power*.csv': No such file or directory

Perhaps the rm log_power*.csv is not needed in that script?

darksidelemm commented 5 months ago

I never use the script, but yes that line can be removed. I've done that in the testing branch.