Autopilot disconnect only on long press
Fixes #31 Signed-off-by: Sander Datema <mail@sanderdatema.nl>
This commit is contained in:
parent
5f092cacf6
commit
7a66a3ecd4
2 changed files with 16 additions and 16 deletions
|
@ -67669,7 +67669,7 @@
|
|||
},
|
||||
"67": {
|
||||
"Key": {
|
||||
"Comments": "",
|
||||
"Comments": "Disconnects autopilot\n\nOnly works on long press to avoid accidental disconnects",
|
||||
"Conditional Backgrounds": {
|
||||
"0": {
|
||||
"Background Image Mode": 1,
|
||||
|
@ -67696,12 +67696,6 @@
|
|||
"Conditional Commands": {
|
||||
"0": {
|
||||
"Command Set": {
|
||||
"Commands": {
|
||||
"0": {
|
||||
"Mode": "Single",
|
||||
"Name": "sim/autopilot/disconnect"
|
||||
}
|
||||
},
|
||||
"Speech Set": null,
|
||||
"Static Speech": ""
|
||||
},
|
||||
|
@ -67713,6 +67707,12 @@
|
|||
"Override Data Source": false
|
||||
},
|
||||
"Long Press Command Set": {
|
||||
"Commands": {
|
||||
"0": {
|
||||
"Mode": "Single",
|
||||
"Name": "sim/autopilot/disconnect"
|
||||
}
|
||||
},
|
||||
"Speech Set": null,
|
||||
"Static Speech": ""
|
||||
}
|
||||
|
@ -77003,7 +77003,7 @@
|
|||
"Key Index": 99
|
||||
}
|
||||
},
|
||||
"Last Saved Date": "2023-08-03_112342",
|
||||
"Last Saved Date": "2023-08-04_221328",
|
||||
"MultiEncoders": {
|
||||
"0": {
|
||||
"Encoder": {
|
||||
|
|
|
@ -67669,7 +67669,7 @@
|
|||
},
|
||||
"67": {
|
||||
"Key": {
|
||||
"Comments": "",
|
||||
"Comments": "Disconnects autopilot\n\nOnly works on long press to avoid accidental disconnects",
|
||||
"Conditional Backgrounds": {
|
||||
"0": {
|
||||
"Background Image Mode": 1,
|
||||
|
@ -67696,12 +67696,6 @@
|
|||
"Conditional Commands": {
|
||||
"0": {
|
||||
"Command Set": {
|
||||
"Commands": {
|
||||
"0": {
|
||||
"Mode": "Single",
|
||||
"Name": "sim/autopilot/disconnect"
|
||||
}
|
||||
},
|
||||
"Speech Set": null,
|
||||
"Static Speech": ""
|
||||
},
|
||||
|
@ -67713,6 +67707,12 @@
|
|||
"Override Data Source": false
|
||||
},
|
||||
"Long Press Command Set": {
|
||||
"Commands": {
|
||||
"0": {
|
||||
"Mode": "Single",
|
||||
"Name": "sim/autopilot/disconnect"
|
||||
}
|
||||
},
|
||||
"Speech Set": null,
|
||||
"Static Speech": ""
|
||||
}
|
||||
|
@ -77003,7 +77003,7 @@
|
|||
"Key Index": 99
|
||||
}
|
||||
},
|
||||
"Last Saved Date": "2023-08-03_112342",
|
||||
"Last Saved Date": "2023-08-04_221328",
|
||||
"MultiEncoders": {
|
||||
"0": {
|
||||
"Encoder": {
|
||||
|
|
Loading…
Reference in a new issue