1
0
Fork 0
mirror of https://github.com/iNavFlight/inav.git synced 2025-07-24 00:35:34 +03:00

Disable CLI help -> saves 3kB of flash

This commit is contained in:
Pawel Spychalski (DzikuVx) 2024-03-22 16:25:25 +01:00
parent 79d1abe3ee
commit 447cc8f89c

View file

@ -202,4 +202,9 @@
#elif !defined(STM32F7) #elif !defined(STM32F7)
#define MAX_MIXER_PROFILE_COUNT 1 #define MAX_MIXER_PROFILE_COUNT 1
#endif #endif
#if (MCU_FLASH_SIZE <= 512)
#define SKIP_CLI_COMMAND_HELP
#endif
#define USE_EZ_TUNE #define USE_EZ_TUNE