diff --git a/pshell_be b/pshell_be index e06a350..ec9bc09 100755 --- a/pshell_be +++ b/pshell_be @@ -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 \ $@ diff --git a/screen_panel b/screen_panel index c575a10..0f4dc6f 100755 --- a/screen_panel +++ b/screen_panel @@ -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 ;;