mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-17 05:15:25 +03:00
Merge pull request #695 from AlienWiiBF/Profile
Adding back the third profile for targets with more than 128kB flash
This commit is contained in:
commit
685e7e3c3c
1 changed files with 4 additions and 0 deletions
|
@ -17,7 +17,11 @@
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
|
#if FLASH_SIZE <= 128
|
||||||
#define MAX_PROFILE_COUNT 2
|
#define MAX_PROFILE_COUNT 2
|
||||||
|
#else
|
||||||
|
#define MAX_PROFILE_COUNT 3
|
||||||
|
#endif
|
||||||
#define MAX_RATEPROFILES 3
|
#define MAX_RATEPROFILES 3
|
||||||
#define ONESHOT_FEATURE_CHANGED_DELAY_ON_BOOT_MS 1500
|
#define ONESHOT_FEATURE_CHANGED_DELAY_ON_BOOT_MS 1500
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue