mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-24 00:35:39 +03:00
Feature cutback making headroom for local development (#12139)
Feature cutback
This commit is contained in:
parent
107d577a90
commit
be6852e242
2 changed files with 12 additions and 7 deletions
|
@ -361,8 +361,6 @@ extern uint8_t _dmaram_end__;
|
|||
#define USE_SERVOS
|
||||
|
||||
#define USE_VTX
|
||||
|
||||
#define USE_GPS
|
||||
#define USE_OSD
|
||||
#define USE_OSD_SD
|
||||
#define USE_OSD_HD
|
||||
|
@ -394,7 +392,9 @@ extern uint8_t _dmaram_end__;
|
|||
#define USE_EMFAT_AUTORUN
|
||||
#define USE_EMFAT_ICON
|
||||
#define USE_ESCSERIAL_SIMONK
|
||||
#define USE_GPS
|
||||
#define USE_GPS_PLUS_CODES
|
||||
#define USE_LED_STRIP
|
||||
#define USE_SERIAL_4WAY_SK_BOOTLOADER
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue