Skip to content

Commit 8e3e419

Browse files
authored
Add position hold build option (#4292)
1 parent 6fbeb83 commit 8e3e419

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/js/fc.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,9 +119,10 @@ const FIRMWARE_BUILD_OPTIONS = {
119119
USE_RACE_PRO: 16419,
120120
USE_SERVOS: 16420,
121121
USE_VTX: 16421,
122-
USE_ALTHOLD_MODE: 16422,
122+
USE_ALTITUDE_HOLD: 16422,
123123
USE_SOFTSERIAL: 16423,
124124
USE_WING: 16424,
125+
USE_POSITION_HOLD: 16425,
125126
};
126127

127128
const FC = {

0 commit comments

Comments
 (0)