File: example_config.yaml

package info (click to toggle)
meshtastic 2.7.6-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,604 kB
  • sloc: python: 10,771; sh: 76; makefile: 33
file content (46 lines) | stat: -rw-r--r-- 965 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
# example configuration file with snake_case keys
owner: Bob TBeam
owner_short: BOB

channel_url: https://www.meshtastic.org/e/#CgMSAQESCDgBQANIAVAe

canned_messages: Hi|Bye|Yes|No|Ok
ringtone: 24:d=32,o=5,b=565:f6,p,f6,4p,p,f6,p,f6,2p,p,b6,p,b6,p,b6,p,b6,p,b,p,b,p,b,p,b,p,b,p,b,p,b,p,b,1p.,2p.,p

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