Validated Settings
This commit is contained in:
@@ -1,246 +1,102 @@
|
|||||||
Known Good Settings:
|
Known Good Settings:
|
||||||
|
|
||||||
Preferences: {
|
bosswatt@DTU:~$ cat rak4630_config.json
|
||||||
"device": {
|
# start of Meshtastic configure yaml
|
||||||
"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
|
|
||||||
}
|
|
||||||
|
|
||||||
Module preferences: {
|
config:
|
||||||
"mqtt": {
|
bluetooth:
|
||||||
"enabled": true,
|
enabled: true
|
||||||
"address": "mqtt.meshtastic.org",
|
fixedPin: 175648
|
||||||
"username": "meshdev",
|
mode: FIXED_PIN
|
||||||
"password": "large4cats",
|
device:
|
||||||
"root": "msh/US",
|
disableTripleClick: true
|
||||||
"mapReportingEnabled": true,
|
nodeInfoBroadcastSecs: 10800
|
||||||
"mapReportSettings": {
|
tzdef: PST8PDT,M3.2.0,M11.1.0
|
||||||
"publishIntervalSecs": 3600,
|
display:
|
||||||
"positionPrecision": 12,
|
screenOnSecs: 600
|
||||||
"shouldReportLocation": true
|
wakeOnTapOrMotion: true
|
||||||
},
|
lora:
|
||||||
"encryptionEnabled": false,
|
bandwidth: 250
|
||||||
"jsonEnabled": false,
|
codingRate: 5
|
||||||
"tlsEnabled": false,
|
configOkToMqtt: true
|
||||||
"proxyToClientEnabled": false
|
hopLimit: 3
|
||||||
},
|
overrideDutyCycle: true
|
||||||
"serial": {
|
region: US
|
||||||
"enabled": true,
|
spreadFactor: 11
|
||||||
"mode": "PROTO",
|
sx126xRxBoostedGain: true
|
||||||
"echo": false,
|
txEnabled: true
|
||||||
"rxd": 0,
|
txPower: 30
|
||||||
"txd": 0,
|
usePreset: true
|
||||||
"baud": "BAUD_DEFAULT",
|
network:
|
||||||
"timeout": 0,
|
ntpServer: meshtastic.pool.ntp.org
|
||||||
"overrideConsoleSerialPort": false
|
position:
|
||||||
},
|
broadcastSmartMinimumDistance: 100
|
||||||
"externalNotification": {
|
broadcastSmartMinimumIntervalSecs: 30
|
||||||
"enabled": true,
|
gpsMode: ENABLED
|
||||||
"outputMs": 1000,
|
gpsUpdateInterval: 120
|
||||||
"output": 36,
|
positionBroadcastSecs: 900
|
||||||
"active": true,
|
positionBroadcastSmartEnabled: true
|
||||||
"alertMessage": true,
|
positionFlags: 811
|
||||||
"nagTimeout": 60,
|
power:
|
||||||
"outputVibra": 0,
|
lsSecs: 300
|
||||||
"outputBuzzer": 0,
|
minWakeSecs: 60
|
||||||
"alertMessageVibra": false,
|
onBatteryShutdownAfterSecs: 2147483647
|
||||||
"alertMessageBuzzer": false,
|
sdsSecs: 4294967295
|
||||||
"alertBell": false,
|
waitBluetoothSecs: 60
|
||||||
"alertBellVibra": false,
|
security:
|
||||||
"alertBellBuzzer": false,
|
privateKey: base64:yC6dx3UAf35GIIU9O/fZVAdTkXPDsRV+LpZbCj3Qxnw=
|
||||||
"usePwm": false,
|
publicKey: base64:zFCn7RvmnWbQDgKMbq0l54esZmMMXaf9sVzP5k2xdwU=
|
||||||
"useI2sAsBuzzer": false
|
serialEnabled: true
|
||||||
},
|
location:
|
||||||
"storeForward": {
|
alt: 59
|
||||||
"enabled": true,
|
lat: 32.9433571
|
||||||
"heartbeat": false,
|
lon: -117.2295665
|
||||||
"records": 0,
|
module_config:
|
||||||
"historyReturnMax": 0,
|
ambientLighting:
|
||||||
"historyReturnWindow": 0,
|
blue: 71
|
||||||
"isServer": false
|
current: 10
|
||||||
},
|
green: 112
|
||||||
"rangeTest": {
|
red: 3
|
||||||
"enabled": false,
|
cannedMessage:
|
||||||
"sender": 0,
|
enabled: true
|
||||||
"save": false,
|
detectionSensor:
|
||||||
"clearOnReboot": false
|
detectionTriggerType: LOGIC_HIGH
|
||||||
},
|
minimumBroadcastSecs: 45
|
||||||
"telemetry": {
|
externalNotification:
|
||||||
"deviceUpdateInterval": 1800,
|
active: true
|
||||||
"powerUpdateInterval": 1800,
|
alertMessage: true
|
||||||
"deviceTelemetryEnabled": true,
|
enabled: true
|
||||||
"environmentUpdateInterval": 0,
|
nagTimeout: 60
|
||||||
"environmentMeasurementEnabled": false,
|
output: 36
|
||||||
"environmentScreenEnabled": false,
|
outputMs: 1000
|
||||||
"environmentDisplayFahrenheit": false,
|
mqtt:
|
||||||
"airQualityEnabled": false,
|
address: mqtt.meshtastic.org
|
||||||
"airQualityInterval": 0,
|
enabled: true
|
||||||
"powerMeasurementEnabled": false,
|
encryptionEnabled: false
|
||||||
"powerScreenEnabled": false,
|
mapReportSettings:
|
||||||
"healthMeasurementEnabled": false,
|
positionPrecision: 12
|
||||||
"healthUpdateInterval": 0,
|
publishIntervalSecs: 3600
|
||||||
"healthScreenEnabled": false
|
shouldReportLocation: true
|
||||||
},
|
mapReportingEnabled: true
|
||||||
"cannedMessage": {
|
password: large4cats
|
||||||
"enabled": true,
|
root: msh/US
|
||||||
"rotary1Enabled": false,
|
username: meshdev
|
||||||
"inputbrokerPinA": 0,
|
neighborInfo:
|
||||||
"inputbrokerPinB": 0,
|
enabled: true
|
||||||
"inputbrokerPinPress": 0,
|
updateInterval: 14400
|
||||||
"inputbrokerEventCw": "NONE",
|
serial:
|
||||||
"inputbrokerEventCcw": "NONE",
|
enabled: true
|
||||||
"inputbrokerEventPress": "NONE",
|
mode: PROTO
|
||||||
"updown1Enabled": false,
|
storeForward:
|
||||||
"allowInputSource": "",
|
enabled: true
|
||||||
"sendBell": false
|
telemetry:
|
||||||
},
|
deviceTelemetryEnabled: true
|
||||||
"audio": {
|
deviceUpdateInterval: 1800
|
||||||
"codec2Enabled": false,
|
powerUpdateInterval: 1800
|
||||||
"pttPin": 0,
|
owner: Michael Torrez
|
||||||
"bitrate": "CODEC2_DEFAULT",
|
owner_short: CUN7
|
||||||
"i2sWs": 0,
|
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
|
||||||
"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
|
|
||||||
}
|
|
||||||
|
|
||||||
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
|
Firmware Update
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user