update ec25 detect

This commit is contained in:
Qubot 2025-04-15 20:01:16 +08:00
parent 51d03e0af1
commit fb95279c56

View File

@ -10,7 +10,7 @@ echo " "
echo "######################################################################################"
echo "######################### minipcie 4G Module Testing Start #########################"
result=`lsusb | grep "2c7c:0125" | wc -l`
result=`lsusb | grep "2c7c:0125 Android Android" | wc -l`
if [ ${result} -eq 1 ]; then
echo "### Find 1 EC25 4G Modules from two minipcie slots ###"
else