1
0
Fork 0
mirror of https://github.com/betaflight/betaflight-configurator.git synced 2025-07-23 16:25:22 +03:00

Fix [missing] build options (#4236)

Fix build options
This commit is contained in:
Mark Haslinghuis 2024-10-31 12:23:08 +01:00 committed by GitHub
parent 16a0988903
commit e4d7253cd7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -119,6 +119,9 @@ const FIRMWARE_BUILD_OPTIONS = {
USE_RACE_PRO: 16419,
USE_SERVOS: 16420,
USE_VTX: 16421,
USE_ALTHOLD_MODE: 16422,
USE_SOFTSERIAL: 16423,
USE_WING: 16424,
};
const FC = {