1
0
Fork 0
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:
3djc 2016-08-21 16:45:04 +02:00 committed by Bertrand Songis
parent b657ca1862
commit 1164f30fd1
17 changed files with 59 additions and 3 deletions

View file

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