Skip to content

Commit fe41e75

Browse files
authored
fix(lua): setCurve min points should be 2 (#6031)
1 parent b919c01 commit fe41e75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

radio/src/dataconstants.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ enum CurveType {
9696
CURVE_TYPE_LAST = CURVE_TYPE_CUSTOM
9797
};
9898

99-
#define MIN_POINTS_PER_CURVE 3
99+
#define MIN_POINTS_PER_CURVE 2
100100
#define MAX_POINTS_PER_CURVE 17
101101

102102
#if defined(COLORLCD)

0 commit comments

Comments
 (0)