1
0
Fork 0
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:
giacomo892 2018-10-31 10:41:16 +01:00
parent 2057256f94
commit 398ceada7e

View file

@ -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