Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
sf binary import shift +1 telemetry values
Browse files Browse the repository at this point in the history
elecpower committed Jul 12, 2024
1 parent 9210be2 commit d24cad6
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
@@ -1823,6 +1823,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;

0 comments on commit d24cad6

Please sign in to comment.