Skip to content

Commit

Permalink
fix(cpn): Reduce curve name length to match firmware (#3825)
Browse files Browse the repository at this point in the history
  • Loading branch information
Neil Horne authored and pfeerick committed Jul 19, 2023
1 parent f942761 commit 39ef0e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion companion/src/firmwares/curvedata.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ class CurvePoint {
int8_t y;
};

#define CURVEDATA_NAME_LEN 6
#define CURVEDATA_NAME_LEN 3

class CurveData {
Q_DECLARE_TR_FUNCTIONS(CurveData)
Expand Down

0 comments on commit 39ef0e7

Please sign in to comment.