Compared files  

Left
/fw/roborock.vacuum.p5/3.5.4_0528/xout/_root/opt/rockrobo/miio/miio_client_helper_nomqtt.sh
Last modified2019-12-11 05:51:12
Size10.9 Kb (386 Lines)
EncodingLatin 1 - ANSI (CP1252) default
Right
/fw/roborock.vacuum.p5/3.5.8_0698/xout/_root/opt/rockrobo/miio/miio_client_helper_nomqtt.sh
Last modified2020-03-30 02:39:20
Size11 Kb (388 Lines)
EncodingLatin 1 - ANSI (CP1252) default


   Comparison Statistics  

Detailed Statistics

All Changes
 BlocksLines
Unchanged2383
Inserted00
Deleted00
Ignored00
Changed18




   Comparison Details  

278 skipped lines
279 279         fi
280 280          
281 281         rssi=""
282         if [ -e /proc/net/rtl8189es/wlan0/rx_signal ]; then 282         if [ -e /proc/net/rtl8189es/wlan0/rx_signal ]; then
283         rssi=`cat /proc/net/rtl8189es/wlan0/rx_signal |grep "rssi:" |sed -e 's/rssi://'` 283             rssi=`cat /proc/net/rtl8189es/wlan0/rx_signal |grep "rssi:" |sed -e 's/rssi://'`
  284         else
  285             rssi=`wpa_cli -i wlan0 signal_poll |grep "RSSI=" |sed -e 's/RSSI=//'`
284         fi  286         fi 
285 287         if [ -z $rssi ]; then
286 288         rssi="-50"
287 289         fi
99 skipped lines

   Text comparison Options  

Syntax colouring language used: Shell
Match character case: yes.
Match line endings: no.
Match spaces

At start of lines: yes,
In middle of lines: yes,
At end of lines: yes.
Blank lines as empty lines: no.
Activate comparison algorithm
At word level: yes,
At character level: no.


   Legend  

Unchanged lineExample of unchanged line
Modified lineExample of modified line
Added lineExample of added line
Removed lineExample of removed line
Ignored lineExample of ignored line