Skip to content

Commit

Permalink
sf binary import shift +1 telemetry values
Browse files Browse the repository at this point in the history
  • Loading branch information
elecpower authored and pfeerick committed Jul 26, 2024
1 parent 7b0affd commit c54728d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions companion/src/firmwares/opentx/opentxeeprom.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1855,6 +1855,8 @@ class ArmCustomFunctionField: public TransformedField {
}
else if (fn.func == FuncReset) {
fn.param = value;
if (fn.param > 4) // EdgeTx 2.11 Trims inserted before telemetry
fn.param += 1;
}
else {
fn.param = value;
Expand Down

0 comments on commit c54728d

Please sign in to comment.