mirror of
https://github.com/opentx/opentx.git
synced 2025-07-19 14:25:11 +03:00
3djc/sdcard version check (#3709)
* Checking code * Strings * Fix * Improvement * Cosmetics
This commit is contained in:
parent
b657ca1862
commit
1164f30fd1
17 changed files with 59 additions and 3 deletions
|
@ -127,6 +127,9 @@
|
|||
#define NUM_CYC 3
|
||||
#define NUM_CAL_PPM 4
|
||||
|
||||
#if defined(SDCARD)
|
||||
#define REQUIRED_SDCARD_VERSION "2.2V0001"
|
||||
#endif
|
||||
enum CurveType {
|
||||
CURVE_TYPE_STANDARD,
|
||||
CURVE_TYPE_CUSTOM,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue