Sfoglia il codice sorgente

receive_meteor: fix audio file path on ramfs

tags/v.1.4
Nico Rey 4 anni fa
parent
commit
b21aec4947
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      receive_meteor.sh

+ 1
- 1
receive_meteor.sh Vedi File

@@ -42,7 +42,7 @@ meteor_demod -B -o "${METEOR_OUTPUT}/${3}.qpsk" "${METEOR_OUTPUT}/${3}.wav"
if [ "$DELETE_AUDIO" = true ]; then
log "Deleting audio files" "INFO"
rm "${METEOR_OUTPUT}/audio/${3}.wav"
rm "${RAMFS_AUDIO}/${3}.wav"
rm "${RAMFS_AUDIO}/audio/${3}.wav"
fi

log "Decoding in progress (QPSK to BMP)" "INFO"


Caricamento…
Annulla
Salva