1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-23 16:25:16 +03:00

32 curves on all boards now

This commit is contained in:
Bertrand Songis 2019-04-16 19:57:02 +02:00
parent 4400b71802
commit 84e24a4189

View file

@ -120,7 +120,7 @@ enum CurveType {
#define LEN_INPUT_NAME 3
#define LEN_CURVE_NAME 3
#define LEN_FUNCTION_NAME 6
#define MAX_CURVES 16 // TODO next EEPROM check if can be changed to 32 to have all ARM the same
#define MAX_CURVES 32
#define MAX_CURVE_POINTS 512
#endif