Advertisement
Guest User

Untitled

a guest
Jul 16th, 2024
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.25 KB | None | 0 0
  1. {
  2. "beacons": [
  3. {
  4. "callsign": "M7SDO-12",
  5. "symbol": "[",
  6. "overlay": "/",
  7. "micE": "",
  8. "comment": "",
  9. "smartBeacon": {
  10. "active": true,
  11. "slowRate": 120,
  12. "slowSpeed": 3,
  13. "fastRate": 60,
  14. "fastSpeed": 15,
  15. "minTxDist": 50,
  16. "minDeltaBeacon": 20,
  17. "turnMinDeg": 12,
  18. "turnSlope": 60
  19. }
  20. },
  21. {
  22. "callsign": "M7SDO-12",
  23. "symbol": ">",
  24. "overlay": "/",
  25. "micE": "",
  26. "comment": "",
  27. "smartBeacon": {
  28. "active": true,
  29. "slowRate": 180,
  30. "slowSpeed": 10,
  31. "fastRate": 90,
  32. "fastSpeed": 110,
  33. "minTxDist": 100,
  34. "minDeltaBeacon": 60,
  35. "turnMinDeg": 15,
  36. "turnSlope": 100
  37. }
  38. },
  39. {
  40. "callsign": "M7SDO-12",
  41. "symbol": "b",
  42. "overlay": "/",
  43. "micE": "",
  44. "comment": "",
  45. "smartBeacon": {
  46. "active": true,
  47. "slowRate": 120,
  48. "slowSpeed": 5,
  49. "fastRate": 60,
  50. "fastSpeed": 40,
  51. "minTxDist": 100,
  52. "minDeltaBeacon": 12,
  53. "turnMinDeg": 12,
  54. "turnSlope": 60
  55. }
  56. }
  57. ],
  58. "display": {
  59. "showSymbol": true,
  60. "ecoMode": false,
  61. "timeout": 4,
  62. "turn180" : false
  63. },
  64. "other": {
  65. "simplifiedTrackerMode": false,
  66. "sendCommentAfterXBeacons": 10,
  67. "path": "WIDE1-1",
  68. "nonSmartBeaconRate": 15,
  69. "rememberStationTime": 30,
  70. "maxDistanceToTracker": 30,
  71. "standingUpdateTime": 15,
  72. "sendAltitude": true,
  73. "sendBatteryInfo": false,
  74. "bluetoothType": 1,
  75. "bluetoothActive": true,
  76. "disableGPS": false
  77. },
  78. "winlink": {
  79. "password": "ABCDEF"
  80. },
  81. "bme": {
  82. "active": false,
  83. "temperatureCorrection": 0.0,
  84. "sendTelemetry": false
  85. },
  86. "notification": {
  87. "ledTx": true,
  88. "ledTxPin": 13,
  89. "ledMessage": false,
  90. "ledMessagePin": 2,
  91. "ledFlashlight": false,
  92. "ledFlashlightPin": 14,
  93. "buzzerActive": false,
  94. "buzzerPinTone": 33,
  95. "buzzerPinVcc": 25,
  96. "bootUpBeep": false,
  97. "txBeep": false,
  98. "messageRxBeep": false,
  99. "stationBeep": false,
  100. "lowBatteryBeep": false,
  101. "shutDownBeep": false
  102. },
  103. "lora": [
  104. {
  105. "frequency": 439912500,
  106. "spreadingFactor": 12,
  107. "signalBandwidth": 125000,
  108. "codingRate4": 5,
  109. "power": 20
  110. }
  111. ],
  112. "pttTrigger": {
  113. "active": false,
  114. "io_pin": 4,
  115. "preDelay": 0,
  116. "postDelay": 0,
  117. "reverse": false
  118. }
  119. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement