From bf40ab381f6806e747bb5fbab25f1684ee1ad64e Mon Sep 17 00:00:00 2001 From: xdrm-brackets Date: Sun, 28 Jan 2018 17:52:35 +0100 Subject: [PATCH] Updated delay of 'view gpio' to 1sec (t'was 2) --- sub-view/gpio | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sub-view/gpio b/sub-view/gpio index 084c5ae..0f42f8a 100755 --- a/sub-view/gpio +++ b/sub-view/gpio @@ -22,7 +22,7 @@ SYSTD_TREE=""; # service_log source $ROOT/com/config_ioemu; -while sleep 2; clear; do +while sleep 1; clear; do # (3) Get last value from lines beginning by 'GSTA' # STATE="`cat $BUF_IN | grep -Po "^GPIO(.+)$" | sed 's/^GPIO\(....\)$/\1/g' | tail -n1`";