mirror of
https://github.com/iNavFlight/inav.git
synced 2025-07-23 16:25:26 +03:00
claim flash space on F3
This commit is contained in:
parent
2057256f94
commit
398ceada7e
1 changed files with 7 additions and 5 deletions
|
@ -117,7 +117,7 @@
|
|||
#define USE_PITOT
|
||||
#define USE_PITOT_ADC
|
||||
|
||||
//Enable VTX controll
|
||||
//Enable VTX control
|
||||
#define USE_VTX_COMMON
|
||||
#define USE_VTX_CONTROL
|
||||
#define USE_VTX_SMARTAUDIO
|
||||
|
@ -128,11 +128,13 @@
|
|||
// Wind estimator
|
||||
#define USE_WIND_ESTIMATOR
|
||||
|
||||
#else // FLASH_SIZE < 128
|
||||
//save flash for F3 targets
|
||||
#define CLI_MINIMAL_VERBOSITY
|
||||
#define SKIP_TASK_STATISTICS
|
||||
#define SKIP_CLI_COMMAND_HELP
|
||||
#define SKIP_CLI_RESOURCES
|
||||
#define NAV_MAX_WAYPOINTS 30
|
||||
#define MAX_BOOTLOG_ENTRIES 32
|
||||
|
||||
#else // FLASH_SIZE < 128
|
||||
|
||||
#define SKIP_TASK_STATISTICS
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue