We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0e214c commit b718869Copy full SHA for b718869
monitor.sh
@@ -25,7 +25,7 @@
25
# ----------------------------------------------------------------------------------------
26
27
#VERSION NUMBER
28
-export version=0.2.199
+export version=0.2.200
29
30
#COLOR OUTPUT FOR RICH OUTPUT
31
ORANGE=$'\e[1;33m'
support/btle
@@ -348,8 +348,8 @@ btle_text_listener () {
348
349
#DEFINE VARAIBLES
350
while IFS= read -r line; do
351
-
352
+ #maintain the pipe for faster machines.
+ printf "%s\n" "" > packet_pipe
353
if [[ $line =~ ^\> ]] || [[ $line =~ ^\< ]] || [[ $line =~ RSSI ]]; then
354
[[ $line =~ RSSI ]] && packet="$packet~$line"
355
if [[ $packet =~ ^\> ]]; then
0 commit comments