Validated Settings
This commit is contained in:
@@ -1,246 +1,102 @@
|
||||
Known Good Settings:
|
||||
|
||||
Preferences: {
|
||||
"device": {
|
||||
"nodeInfoBroadcastSecs": 10800,
|
||||
"disableTripleClick": true,
|
||||
"tzdef": "PST8PDT,M3.2.0,M11.1.0",
|
||||
"role": "CLIENT",
|
||||
"serialEnabled": false,
|
||||
"buttonGpio": 0,
|
||||
"buzzerGpio": 0,
|
||||
"rebroadcastMode": "ALL",
|
||||
"doubleTapAsButtonPress": false,
|
||||
"isManaged": false,
|
||||
"ledHeartbeatDisabled": false,
|
||||
"buzzerMode": "ALL_ENABLED"
|
||||
},
|
||||
"position": {
|
||||
"positionBroadcastSecs": 900,
|
||||
"positionBroadcastSmartEnabled": true,
|
||||
"gpsUpdateInterval": 120,
|
||||
"positionFlags": 811,
|
||||
"broadcastSmartMinimumDistance": 100,
|
||||
"broadcastSmartMinimumIntervalSecs": 30,
|
||||
"gpsMode": "ENABLED",
|
||||
"fixedPosition": false,
|
||||
"gpsEnabled": false,
|
||||
"gpsAttemptTime": 0,
|
||||
"rxGpio": 0,
|
||||
"txGpio": 0,
|
||||
"gpsEnGpio": 0
|
||||
},
|
||||
"power": {
|
||||
"onBatteryShutdownAfterSecs": 2147483647,
|
||||
"waitBluetoothSecs": 60,
|
||||
"sdsSecs": 4294967295,
|
||||
"lsSecs": 300,
|
||||
"minWakeSecs": 60,
|
||||
"isPowerSaving": false,
|
||||
"adcMultiplierOverride": 0.0,
|
||||
"deviceBatteryInaAddress": 0,
|
||||
"powermonEnables": "0"
|
||||
},
|
||||
"network": {
|
||||
"ntpServer": "meshtastic.pool.ntp.org",
|
||||
"wifiEnabled": false,
|
||||
"wifiSsid": "",
|
||||
"wifiPsk": "",
|
||||
"ethEnabled": false,
|
||||
"addressMode": "DHCP",
|
||||
"rsyslogServer": "",
|
||||
"enabledProtocols": 0,
|
||||
"ipv6Enabled": false
|
||||
},
|
||||
"display": {
|
||||
"screenOnSecs": 600,
|
||||
"wakeOnTapOrMotion": true,
|
||||
"gpsFormat": "UNUSED",
|
||||
"autoScreenCarouselSecs": 0,
|
||||
"compassNorthTop": false,
|
||||
"flipScreen": false,
|
||||
"units": "METRIC",
|
||||
"oled": "OLED_AUTO",
|
||||
"displaymode": "DEFAULT",
|
||||
"headingBold": false,
|
||||
"compassOrientation": "DEGREES_0",
|
||||
"use12hClock": false,
|
||||
"useLongNodeName": false
|
||||
},
|
||||
"lora": {
|
||||
"usePreset": true,
|
||||
"bandwidth": 250,
|
||||
"spreadFactor": 11,
|
||||
"codingRate": 5,
|
||||
"region": "US",
|
||||
"hopLimit": 5,
|
||||
"txEnabled": true,
|
||||
"txPower": 30,
|
||||
"overrideDutyCycle": true,
|
||||
"sx126xRxBoostedGain": true,
|
||||
"configOkToMqtt": true,
|
||||
"modemPreset": "LONG_FAST",
|
||||
"frequencyOffset": 0.0,
|
||||
"channelNum": 0,
|
||||
"overrideFrequency": 0.0,
|
||||
"paFanDisabled": false,
|
||||
"ignoreIncoming": [],
|
||||
"ignoreMqtt": false
|
||||
},
|
||||
"bluetooth": {
|
||||
"enabled": true,
|
||||
"mode": "FIXED_PIN",
|
||||
"fixedPin": 175648
|
||||
},
|
||||
"security": {
|
||||
"publicKey": "zFCn7RvmnWbQDgKMbq0l54esZmMMXaf9sVzP5k2xdwU=",
|
||||
"privateKey": "yC6dx3UAf35GIIU9O/fZVAdTkXPDsRV+LpZbCj3Qxnw=",
|
||||
"serialEnabled": true,
|
||||
"adminKey": [],
|
||||
"isManaged": false,
|
||||
"debugLogApiEnabled": false,
|
||||
"adminChannelEnabled": false
|
||||
},
|
||||
"version": 0
|
||||
}
|
||||
bosswatt@DTU:~$ cat rak4630_config.json
|
||||
# start of Meshtastic configure yaml
|
||||
|
||||
Module preferences: {
|
||||
"mqtt": {
|
||||
"enabled": true,
|
||||
"address": "mqtt.meshtastic.org",
|
||||
"username": "meshdev",
|
||||
"password": "large4cats",
|
||||
"root": "msh/US",
|
||||
"mapReportingEnabled": true,
|
||||
"mapReportSettings": {
|
||||
"publishIntervalSecs": 3600,
|
||||
"positionPrecision": 12,
|
||||
"shouldReportLocation": true
|
||||
},
|
||||
"encryptionEnabled": false,
|
||||
"jsonEnabled": false,
|
||||
"tlsEnabled": false,
|
||||
"proxyToClientEnabled": false
|
||||
},
|
||||
"serial": {
|
||||
"enabled": true,
|
||||
"mode": "PROTO",
|
||||
"echo": false,
|
||||
"rxd": 0,
|
||||
"txd": 0,
|
||||
"baud": "BAUD_DEFAULT",
|
||||
"timeout": 0,
|
||||
"overrideConsoleSerialPort": false
|
||||
},
|
||||
"externalNotification": {
|
||||
"enabled": true,
|
||||
"outputMs": 1000,
|
||||
"output": 36,
|
||||
"active": true,
|
||||
"alertMessage": true,
|
||||
"nagTimeout": 60,
|
||||
"outputVibra": 0,
|
||||
"outputBuzzer": 0,
|
||||
"alertMessageVibra": false,
|
||||
"alertMessageBuzzer": false,
|
||||
"alertBell": false,
|
||||
"alertBellVibra": false,
|
||||
"alertBellBuzzer": false,
|
||||
"usePwm": false,
|
||||
"useI2sAsBuzzer": false
|
||||
},
|
||||
"storeForward": {
|
||||
"enabled": true,
|
||||
"heartbeat": false,
|
||||
"records": 0,
|
||||
"historyReturnMax": 0,
|
||||
"historyReturnWindow": 0,
|
||||
"isServer": false
|
||||
},
|
||||
"rangeTest": {
|
||||
"enabled": false,
|
||||
"sender": 0,
|
||||
"save": false,
|
||||
"clearOnReboot": false
|
||||
},
|
||||
"telemetry": {
|
||||
"deviceUpdateInterval": 1800,
|
||||
"powerUpdateInterval": 1800,
|
||||
"deviceTelemetryEnabled": true,
|
||||
"environmentUpdateInterval": 0,
|
||||
"environmentMeasurementEnabled": false,
|
||||
"environmentScreenEnabled": false,
|
||||
"environmentDisplayFahrenheit": false,
|
||||
"airQualityEnabled": false,
|
||||
"airQualityInterval": 0,
|
||||
"powerMeasurementEnabled": false,
|
||||
"powerScreenEnabled": false,
|
||||
"healthMeasurementEnabled": false,
|
||||
"healthUpdateInterval": 0,
|
||||
"healthScreenEnabled": false
|
||||
},
|
||||
"cannedMessage": {
|
||||
"enabled": true,
|
||||
"rotary1Enabled": false,
|
||||
"inputbrokerPinA": 0,
|
||||
"inputbrokerPinB": 0,
|
||||
"inputbrokerPinPress": 0,
|
||||
"inputbrokerEventCw": "NONE",
|
||||
"inputbrokerEventCcw": "NONE",
|
||||
"inputbrokerEventPress": "NONE",
|
||||
"updown1Enabled": false,
|
||||
"allowInputSource": "",
|
||||
"sendBell": false
|
||||
},
|
||||
"audio": {
|
||||
"codec2Enabled": false,
|
||||
"pttPin": 0,
|
||||
"bitrate": "CODEC2_DEFAULT",
|
||||
"i2sWs": 0,
|
||||
"i2sSd": 0,
|
||||
"i2sDin": 0,
|
||||
"i2sSck": 0
|
||||
},
|
||||
"remoteHardware": {
|
||||
"enabled": false,
|
||||
"allowUndefinedPinAccess": false,
|
||||
"availablePins": []
|
||||
},
|
||||
"neighborInfo": {
|
||||
"enabled": true,
|
||||
"updateInterval": 14400,
|
||||
"transmitOverLora": false
|
||||
},
|
||||
"ambientLighting": {
|
||||
"current": 10,
|
||||
"red": 3,
|
||||
"green": 112,
|
||||
"blue": 71,
|
||||
"ledState": false
|
||||
},
|
||||
"detectionSensor": {
|
||||
"minimumBroadcastSecs": 45,
|
||||
"detectionTriggerType": "LOGIC_HIGH",
|
||||
"enabled": false,
|
||||
"stateBroadcastSecs": 0,
|
||||
"sendBell": false,
|
||||
"name": "",
|
||||
"monitorPin": 0,
|
||||
"usePullup": false
|
||||
},
|
||||
"paxcounter": {
|
||||
"enabled": false,
|
||||
"paxcounterUpdateInterval": 0,
|
||||
"wifiThreshold": 0,
|
||||
"bleThreshold": 0
|
||||
},
|
||||
"version": 0
|
||||
}
|
||||
config:
|
||||
bluetooth:
|
||||
enabled: true
|
||||
fixedPin: 175648
|
||||
mode: FIXED_PIN
|
||||
device:
|
||||
disableTripleClick: true
|
||||
nodeInfoBroadcastSecs: 10800
|
||||
tzdef: PST8PDT,M3.2.0,M11.1.0
|
||||
display:
|
||||
screenOnSecs: 600
|
||||
wakeOnTapOrMotion: true
|
||||
lora:
|
||||
bandwidth: 250
|
||||
codingRate: 5
|
||||
configOkToMqtt: true
|
||||
hopLimit: 3
|
||||
overrideDutyCycle: true
|
||||
region: US
|
||||
spreadFactor: 11
|
||||
sx126xRxBoostedGain: true
|
||||
txEnabled: true
|
||||
txPower: 30
|
||||
usePreset: true
|
||||
network:
|
||||
ntpServer: meshtastic.pool.ntp.org
|
||||
position:
|
||||
broadcastSmartMinimumDistance: 100
|
||||
broadcastSmartMinimumIntervalSecs: 30
|
||||
gpsMode: ENABLED
|
||||
gpsUpdateInterval: 120
|
||||
positionBroadcastSecs: 900
|
||||
positionBroadcastSmartEnabled: true
|
||||
positionFlags: 811
|
||||
power:
|
||||
lsSecs: 300
|
||||
minWakeSecs: 60
|
||||
onBatteryShutdownAfterSecs: 2147483647
|
||||
sdsSecs: 4294967295
|
||||
waitBluetoothSecs: 60
|
||||
security:
|
||||
privateKey: base64:yC6dx3UAf35GIIU9O/fZVAdTkXPDsRV+LpZbCj3Qxnw=
|
||||
publicKey: base64:zFCn7RvmnWbQDgKMbq0l54esZmMMXaf9sVzP5k2xdwU=
|
||||
serialEnabled: true
|
||||
location:
|
||||
alt: 59
|
||||
lat: 32.9433571
|
||||
lon: -117.2295665
|
||||
module_config:
|
||||
ambientLighting:
|
||||
blue: 71
|
||||
current: 10
|
||||
green: 112
|
||||
red: 3
|
||||
cannedMessage:
|
||||
enabled: true
|
||||
detectionSensor:
|
||||
detectionTriggerType: LOGIC_HIGH
|
||||
minimumBroadcastSecs: 45
|
||||
externalNotification:
|
||||
active: true
|
||||
alertMessage: true
|
||||
enabled: true
|
||||
nagTimeout: 60
|
||||
output: 36
|
||||
outputMs: 1000
|
||||
mqtt:
|
||||
address: mqtt.meshtastic.org
|
||||
enabled: true
|
||||
encryptionEnabled: false
|
||||
mapReportSettings:
|
||||
positionPrecision: 12
|
||||
publishIntervalSecs: 3600
|
||||
shouldReportLocation: true
|
||||
mapReportingEnabled: true
|
||||
password: large4cats
|
||||
root: msh/US
|
||||
username: meshdev
|
||||
neighborInfo:
|
||||
enabled: true
|
||||
updateInterval: 14400
|
||||
serial:
|
||||
enabled: true
|
||||
mode: PROTO
|
||||
storeForward:
|
||||
enabled: true
|
||||
telemetry:
|
||||
deviceTelemetryEnabled: true
|
||||
deviceUpdateInterval: 1800
|
||||
powerUpdateInterval: 1800
|
||||
owner: Michael Torrez
|
||||
owner_short: CUN7
|
||||
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
|
||||
|
||||
Channels:
|
||||
Index 0: PRIMARY psk=default { "psk": "AQ==", "name": "LongFast", "uplinkEnabled": true, "moduleSettings": { "positionPrecision": 13, "isMuted": false }, "channelNum": 0, "id": 0, "downlinkEnabled": false }
|
||||
|
||||
Primary channel URL: https://meshtastic.org/e/#ChMSAQEaCExvbmdGYXN0KAE6AggNEhgIARj6ASALKAU4AUAFSAFQHmABaAHIBgE
|
||||
|
||||
Firmware Update
|
||||
|
||||
|
||||
Reference in New Issue
Block a user