1
0
Fork 0
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:
Paweł Spychalski 2020-08-10 09:19:56 +02:00 committed by GitHub
commit ace6ae046b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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