Compared files  

Left
/fw/dreame.vacuum.p2041o/4.1.2_1107/xout/_root/usr/bin/iot_sdk.sh
Last modified2021-06-29 12:11:58
Size2.9 Kb (142 Lines)
EncodingUnicode 8 bits (UTF-8) - without signature autodetected
Right
/fw/dreame.vacuum.p2041/4.3.2_1108/xout/_root/usr/bin/iot_sdk.sh
Last modified2021-11-04 09:38:22
Size2.8 Kb (138 Lines)
EncodingUnicode 8 bits (UTF-8) - without signature autodetected


   Comparison Statistics  

Detailed Statistics

All Changes
 BlocksLines
Unchanged3134
Inserted00
Deleted00
Ignored00
Changed212




   Comparison Details  

9 skipped lines
10 10  
11 11 mkdir -p /data/config/ava
12 12  
  13  
13 case "${PRODUCT_NAME}" in 14 if [ "${MIIO_SDK_MJAC}" == "true" ]; then
14 15     # 米家产品使用安全芯片,直接设置miio type
15     p2041|p2140|p2148|p2149|p2150|p2114)  
16         echo -n "miiot" > $IOT_FLAG 16     echo -n "miiot" > $IOT_FLAG
17         ;; 17 fi
18     *)  
19         echo ${PRODUCT_NAME}  
20         ;;  
21 esac  
22 18  
23 19 if [ ! -f $IOT_FLAG ]; then
24 20     if [ -f $WIFI_CONF_FILE ]; then
118 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