From d1ee96667c1a9e276e108812c2d7e99ac341054d Mon Sep 17 00:00:00 2001 From: tomryanx Date: Mon, 11 Dec 2017 09:13:15 +1100 Subject: [PATCH] handle relative signal strength should resolve #8 --- wiconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wiconfig b/wiconfig index ce2e2b9..ecc721b 100644 --- a/wiconfig +++ b/wiconfig @@ -266,7 +266,7 @@ function scan { # MAC echo -n "|$4" >> $output # Signal quality - printf "|%02d" ${5%dBm} >> $output + printf "|%02d" ${5%dBm|%} >> $output # Speed echo -n "|$6" >> $output # Options