Speed and acceleration no longer hidden, but in config.

This commit is contained in:
2026-04-17 22:09:18 +02:00
parent 549a7c7d37
commit 44afc207ea
2 changed files with 56 additions and 30 deletions

View File

@@ -33,6 +33,8 @@
"min": 0,
"max": 7300,
"max_steps": 4000,
"speed": 5000,
"acceleration": 6000,
"unit": "W",
"leds": {
"ws2812_red": [255, 0, 0],
@@ -45,6 +47,8 @@
"min": 0,
"max": 7300,
"max_steps": 4000,
"speed": 5000,
"acceleration": 6000,
"unit": "W",
"leds": {
"ws2812_red": [255, 0, 0],