mirror of
https://github.com/iNavFlight/inav-configurator.git
synced 2025-07-24 16:55:22 +03:00
Merge pull request #1049 from iNavFlight/dzikuvx-os125-default-esc-protocol
Set OS125 as default for MRs
This commit is contained in:
commit
ace6ae046b
1 changed files with 16 additions and 0 deletions
|
@ -26,6 +26,10 @@ helper.defaultsDialog = (function() {
|
|||
key: "looptime",
|
||||
value: 500
|
||||
},
|
||||
{
|
||||
key: "motor_pwm_protocol",
|
||||
value: "ONESHOT125"
|
||||
},
|
||||
/*
|
||||
Filtering
|
||||
*/
|
||||
|
@ -189,6 +193,10 @@ helper.defaultsDialog = (function() {
|
|||
"id": 3,
|
||||
"reboot": true,
|
||||
"settings": [
|
||||
{
|
||||
key: "motor_pwm_protocol",
|
||||
value: "STANDARD"
|
||||
},
|
||||
{
|
||||
key: "rc_yaw_expo",
|
||||
value: 70
|
||||
|
@ -234,6 +242,10 @@ helper.defaultsDialog = (function() {
|
|||
"notRecommended": false,
|
||||
"reboot": true,
|
||||
"settings": [
|
||||
{
|
||||
key: "motor_pwm_protocol",
|
||||
value: "STANDARD"
|
||||
},
|
||||
{
|
||||
key: "applied_defaults",
|
||||
value: 1
|
||||
|
@ -281,6 +293,10 @@ helper.defaultsDialog = (function() {
|
|||
"notRecommended": true,
|
||||
"reboot": false,
|
||||
"settings": [
|
||||
{
|
||||
key: "motor_pwm_protocol",
|
||||
value: "STANDARD"
|
||||
},
|
||||
{
|
||||
key: "applied_defaults",
|
||||
value: 1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue