Skip to content

Commit 645f9ae

Browse files
authored
Fix CHIRP is absent in build options list (#4527)
add chirp to FIRMWARE_BUILD_OPTIONS
1 parent 6e40ebe commit 645f9ae

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/js/fc.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,7 @@ const FIRMWARE_BUILD_OPTIONS = {
125125
USE_SOFTSERIAL: 16423,
126126
USE_WING: 16424,
127127
USE_POSITION_HOLD: 16425,
128+
USE_CHIRP: 16426,
128129
};
129130

130131
const FC = {

0 commit comments

Comments
 (0)