Skip to content

Commit

Permalink
Add position hold build option
Browse files Browse the repository at this point in the history
  • Loading branch information
haslinghuis committed Jan 3, 2025
1 parent 6fbeb83 commit a220bf0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/js/fc.js
Original file line number Diff line number Diff line change
Expand Up @@ -119,9 +119,10 @@ const FIRMWARE_BUILD_OPTIONS = {
USE_RACE_PRO: 16419,
USE_SERVOS: 16420,
USE_VTX: 16421,
USE_ALTHOLD_MODE: 16422,
USE_ALTITUDE_HOLD: 16422,
USE_SOFTSERIAL: 16423,
USE_WING: 16424,
USE_POSITION_HOLD: 16425,
};

const FC = {
Expand Down

0 comments on commit a220bf0

Please sign in to comment.