mirror of
https://github.com/iNavFlight/inav.git
synced 2025-07-23 08:15:26 +03:00
Disable CLI help -> saves 3kB of flash
This commit is contained in:
parent
79d1abe3ee
commit
447cc8f89c
1 changed files with 5 additions and 0 deletions
|
@ -202,4 +202,9 @@
|
|||
#elif !defined(STM32F7)
|
||||
#define MAX_MIXER_PROFILE_COUNT 1
|
||||
#endif
|
||||
|
||||
#if (MCU_FLASH_SIZE <= 512)
|
||||
#define SKIP_CLI_COMMAND_HELP
|
||||
#endif
|
||||
|
||||
#define USE_EZ_TUNE
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue