Skip to content

Commit

Permalink
resolved issue of Start inc header field for BF 4.6
Browse files Browse the repository at this point in the history
  • Loading branch information
demvlad committed Nov 28, 2024
1 parent b9f0a11 commit 9259c3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/header_dialog.js
Original file line number Diff line number Diff line change
Expand Up @@ -671,7 +671,7 @@ export function HeaderDialog(dialog, onSave) {
name: "dyn_idle_start_increase",
type: FIRMWARE_TYPE_BETAFLIGHT,
min: "4.5.0",
max: "999.9.9",
max: "4.5.1",
},
{
name: "dyn_idle_max_increase",
Expand Down

0 comments on commit 9259c3b

Please # to comment.