Skip to content

Commit 5499ccf

Browse files
committed
Correct error in Supafly/GyroSetpoint default configuration
1 parent a3253ec commit 5499ccf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/ws_supafly.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -855,7 +855,7 @@
855855
}
856856
],
857857
"height": 1,
858-
"label": "Custom graph"
858+
"label": "Roll"
859859
},
860860
{
861861
"fields": [
@@ -888,12 +888,12 @@
888888
},
889889
"grid": false,
890890
"lineWidth": 1,
891-
"name": "rcCommands[0]",
891+
"name": "rcCommands[1]",
892892
"smoothing": 0
893893
}
894894
],
895895
"height": 1,
896-
"label": "Custom graph"
896+
"label": "Pitch"
897897
}
898898
],
899899
"title": "GyroSetpoint"

0 commit comments

Comments
 (0)