Skip to content

Commit 183aebb

Browse files
committed
RC5
1 parent dc811ef commit 183aebb

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

src/components/Settings.vue

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1401,7 +1401,7 @@ export default {
14011401
required,
14021402
integer,
14031403
minValue: 0,
1404-
maxValue: maxValue(100)
1404+
maxValue: maxValue(300)
14051405
},
14061406
pidSampleTime: {
14071407
required,
@@ -1410,18 +1410,15 @@ export default {
14101410
},
14111411
pidKP: {
14121412
required,
1413-
decimal,
1414-
minValue: 0,
1413+
decimal
14151414
},
14161415
pidKD: {
14171416
required,
1418-
decimal,
1419-
minValue: 0,
1417+
decimal
14201418
},
14211419
pidKI: {
14221420
required,
1423-
decimal,
1424-
minValue: 0,
1421+
decimal
14251422
},
14261423
trimFactor: {
14271424
required,

0 commit comments

Comments
 (0)