PShell update

This commit is contained in:
Gobbo Alexandre
2021-04-07 18:42:05 +02:00
parent 83f9b8c27b
commit 516b7f0de7
2 changed files with 3 additions and 3 deletions

View File

@@ -8,7 +8,7 @@
-home=/sf/bernina/config/pshell_be \
-data=/sf/bernina/config/pshell_data \
-strh=/sf/bernina/config/pshell_be/stripchart \
-last \
-version=v1_16 \
-pini=true \
$@

View File

@@ -1,6 +1,6 @@
#!/bin/bash
export SP_VER=8
export SP_VER=9
for i in "$@"
do
@@ -11,7 +11,7 @@ case $i in
;;
-spt)
export SP_VER=8
export SP_VER=9
#shift
;;