diff --git a/FLipWare/FlipWare.h b/FLipWare/FlipWare.h index be2bb91..6ceaa64 100644 --- a/FLipWare/FlipWare.h +++ b/FLipWare/FlipWare.h @@ -35,8 +35,9 @@ #include "bluetooth.h" #include "hid_hal.h" -#define VERSION_STRING "v2.12" +#define VERSION_STRING "v2.12.1" +// V2.12.1: fixed keystring buffer problem // V2.12: improved modularisation and source code documentation, added LC-display support and elliptical deadzone // V2.11: eeprom access optimization and support for deletion / update of individual slots // V2.10: code size reduction: using floating point math, removed debug level control via AT E0, AT E1 and AT E2 diff --git a/FLipWare/buttons.cpp b/FLipWare/buttons.cpp index c6b5a66..66e4a43 100644 --- a/FLipWare/buttons.cpp +++ b/FLipWare/buttons.cpp @@ -42,7 +42,8 @@ char * getButtonKeystring(int num) { char * str = keystringBuffer; for (int i=0;i