We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc811ef commit 183aebbCopy full SHA for 183aebb
src/components/Settings.vue
@@ -1401,7 +1401,7 @@ export default {
1401
required,
1402
integer,
1403
minValue: 0,
1404
- maxValue: maxValue(100)
+ maxValue: maxValue(300)
1405
},
1406
pidSampleTime: {
1407
@@ -1410,18 +1410,15 @@ export default {
1410
1411
pidKP: {
1412
1413
- decimal,
1414
- minValue: 0,
+ decimal
1415
1416
pidKD: {
1417
1418
1419
1420
1421
pidKI: {
1422
1423
1424
1425
1426
trimFactor: {
1427
0 commit comments