-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathStratux.conf
More file actions
109 lines (109 loc) · 2.25 KB
/
Copy pathStratux.conf
File metadata and controls
109 lines (109 loc) · 2.25 KB
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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
{
"DarkMode": true,
"UAT_Enabled": true,
"ES_Enabled": true,
"OGN_Enabled": false,
"APRS_Enabled": true,
"AIS_Enabled": false,
"Ping_Enabled": false,
"GPS_Enabled": true,
"BMP_Sensor_Enabled": true,
"IMU_Sensor_Enabled": true,
"NetworkOutputs": [
{
"Conn": null,
"Ip": "",
"Port": 4000,
"Capability": 5,
"LastPingResponse": "0001-01-01T00:00:00Z",
"LastUnreachable": "0001-01-01T00:00:00Z",
"SleepFlag": false
},
{
"Conn": null,
"Ip": "",
"Port": 2000,
"Capability": 8,
"LastPingResponse": "0001-01-01T00:00:00Z",
"LastUnreachable": "0001-01-01T00:00:00Z",
"SleepFlag": false
},
{
"Conn": null,
"Ip": "",
"Port": 49002,
"Capability": 18,
"LastPingResponse": "0001-01-01T00:00:00Z",
"LastUnreachable": "0001-01-01T00:00:00Z",
"SleepFlag": false
}
],
"SerialOutputs": {
"/dev/serialout0": {
"DeviceString": "/dev/serialout0",
"Baud": 115200,
"Capability": 1
}
},
"DisplayTrafficSource": false,
"DEBUG": false,
"ReplayLog": false,
"TraceLog": false,
"AHRSLog": false,
"PersistentLogging": false,
"IMUMapping": [
-1,
0
],
"SensorQuaternion": [
0.014007862466769973,
0.07848884747608244,
-0.17513405322112283,
0.9813110332679089
],
"C": [
0.14694107430702175,
-0.3157195293490957,
0.8563466014865289
],
"D": [
0.9095225556625675,
-1.86322597678748,
7.961604876148082
],
"PPM": 0,
"AltitudeOffset": 0,
"OwnshipModeS": "F00000",
"WatchList": "",
"DeveloperMode": true,
"GLimits": "",
"StaticIps": [
"127.0.0.1"
],
"WiFiCountry": "",
"WiFiSSID": "stratux",
"WiFiChannel": 1,
"WiFiSecurityEnabled": false,
"WiFiPassphrase": "",
"NoSleep": false,
"WiFiMode": 0,
"WiFiDirectPin": "",
"WiFiIPAddress": "192.168.10.1",
"WiFiClientNetworks": [],
"WiFiInternetPassThroughEnabled": false,
"EstimateBearinglessDist": false,
"RadarLimits": 2000,
"RadarRange": 10,
"OGNI2CTXEnabled": true,
"OGNAddr": "",
"OGNAddrType": 0,
"OGNAcftType": 0,
"OGNPilot": "",
"OGNReg": "",
"OGNTxPower": 0,
"GXAddr": 0,
"GXAddrType": 0,
"GXAcftType": 0,
"GXPilot": "",
"PWMDutyMin": 0
}