mirror of
https://github.com/meshtastic/python.git
synced 2025-12-24 08:27:55 -05:00
44 lines
816 B
YAML
44 lines
816 B
YAML
# example configuration file with snake_case keys
|
|
owner: Bob TBeam
|
|
owner_short: BOB
|
|
|
|
channel_url: https://www.meshtastic.org/e/#CgMSAQESCDgBQANIAVAe
|
|
|
|
location:
|
|
lat: 35.88888
|
|
lon: -93.88888
|
|
alt: 304
|
|
|
|
config:
|
|
bluetooth:
|
|
enabled: true
|
|
fixedPin: 123456
|
|
device:
|
|
serialEnabled: true
|
|
display:
|
|
screenOnSecs: 600
|
|
lora:
|
|
region: US
|
|
hopLimit: 3
|
|
txEnabled: true
|
|
txPower: 30
|
|
network:
|
|
ntpServer: 0.pool.ntp.org
|
|
position:
|
|
gpsAttemptTime: 900
|
|
gpsEnabled: true
|
|
gpsUpdateInterval: 120
|
|
positionBroadcastSecs: 900
|
|
positionBroadcastSmartEnabled: true
|
|
positionFlags: 3
|
|
power:
|
|
lsSecs: 300
|
|
meshSdsTimeoutSecs: 7200
|
|
minWakeSecs: 10
|
|
sdsSecs: 4294967295
|
|
|
|
module_config:
|
|
telemetry:
|
|
deviceUpdateInterval: 900
|
|
environmentUpdateInterval: 900
|