Luminosity sensor added, APRSIS messages are now forwarded to MQTT

This commit is contained in:
marcel
2025-01-26 20:43:35 +01:00
parent 589f303a16
commit 7e2aa14f2a
8 changed files with 721 additions and 33 deletions

9
pe1rxf_aprs_logrotate.sh Executable file
View File

@@ -0,0 +1,9 @@
#!/bin/bash
# Rotate the RF logs of pe1rxf_aprs program. If called every week, three weeks worth of logs are kept. Older logs are overwritten
cd /home/marcel/ham/weather_station
cp pe1rxf_aprs-rf.log.2 pe1rxf_aprs-rf.log.3
cp pe1rxf_aprs-rf.log.1 pe1rxf_aprs-rf.log.2
cp pe1rxf_aprs-rf.log pe1rxf_aprs-rf.log.1
/usr/bin/truncate -s 0 pe1rxf_aprs-rf.log