fixed some bugs

This commit is contained in:
2026-01-20 16:35:21 +03:00
parent 3697adba41
commit 87683a12e6
10 changed files with 148 additions and 28 deletions

4
F3:F303/Multistepper/stty Executable file
View File

@@ -0,0 +1,4 @@
#!/bin/bash
stty -F /dev/multistepper0 -brkint -icrnl -imaxbel -opost -onlcr -isig -icanon -iexten -echo -echoe -echok -echoctl -echoke min 0 time 5
while read x; do echo $x > /dev/multistepper0; cat /dev/multistepper0; done < esprif.conf