LoRa radio can be controlled via command line and web interface

This commit is contained in:
2022-01-31 17:10:42 +01:00
parent e2b8a4b085
commit 1eea07e765
11 changed files with 668 additions and 16 deletions

View File

@@ -69,3 +69,36 @@ ax1_message4_text=Fourth message
ax1_message4_destination=PE1RXF-7
ax1_message4_path=WIDE2-2
# LoRa radio settings
ax2_name=Digipeater LoRa
ax2_frequency=433.775 MHz
# Beacon time LoRa radio (ax2) in minutes. 0-60, where 0 disables beaconing.
ax2_beacon_time=0
ax2_beacon_destination=APRX29
ax2_beacon_path=none
ax2_beacon_position=!5302.78N/00707.91E-
ax2_beacon_comment=https://meezenest.nl/pe1rxf
ax2_beacon_file=/home/marcel/ham/aprs_utils/beacon_ax2.txt
# Predefined messages
ax2_message1_id=Message 1
ax2_message1_text=First message
ax2_message1_destination=PE1RXF-7
ax2_message1_path=WIDE2-2
ax2_message2_id=Message 2
ax2_message2_text=Second message
ax2_message2_destination=PE1RXF-7
ax2_message2_path=WIDE2-2
ax2_message3_id=Message 3
ax2_message3_text=Thirth message
ax2_message3_destination=PE1RXF-7
ax2_message3_path=WIDE2-2
ax2_message4_id=Message 4
ax2_message4_text=Fourth message
ax2_message4_destination=PE1RXF-7
ax2_message4_path=WIDE2-2