You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
33 lines
471 B
33 lines
471 B
[LoRaSettings]
|
|
# Settings for LoRa module
|
|
frequency=433.775
|
|
preamble=8
|
|
spreadingFactor=12
|
|
# Bandwidth:
|
|
# BW7_8
|
|
# BW10_4
|
|
# BW15_6
|
|
# BW20_8
|
|
# BW31_25
|
|
# BW41_7
|
|
# BW62_5
|
|
# BW125
|
|
# BW250
|
|
# BW500
|
|
bandwidth=BW125
|
|
# Coding Rate:
|
|
# CR4_5
|
|
# CR4_6
|
|
# CR4_7
|
|
# CR4_8
|
|
codingrate=CR4_5
|
|
appendSignalReport=True
|
|
paSelect = 1
|
|
MaxoutputPower = 15
|
|
outputPower = 15
|
|
|
|
[KISS]
|
|
# Settings for KISS
|
|
TCP_HOST=0.0.0.0
|
|
TCP_PORT_AX25=10001
|
|
TCP_PORT_RAW =10002
|
|
|