From c9b9b186976c4bc4e014af5b522c3e741235fc24 Mon Sep 17 00:00:00 2001 From: Alexandre Gobbo Date: Wed, 4 Nov 2020 14:32:59 +0100 Subject: [PATCH] ScreenPanel 7 --- pshell_be | 1 + screen_panel | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) 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 ;;