diff --git a/pshell_be b/pshell_be index dbdb9b3..5d4938f 100755 --- a/pshell_be +++ b/pshell_be @@ -10,5 +10,6 @@ -strh=/sf/bernina/config/pshell_be/stripchart \ -version=v1_15 \ -pini=true \ + -test \ $@ diff --git a/screen_panel b/screen_panel index a52fd7b..d8bc591 100755 --- a/screen_panel +++ b/screen_panel @@ -1,6 +1,6 @@ #!/bin/bash -export SP_VER=6 +export SP_VER=7 for i in "$@" do @@ -11,7 +11,7 @@ case $i in ;; -spt) - export SP_VER=6 + export SP_VER=7 #shift ;;