From 0836f65cc54b8d17ddcd066575dd125363e242fb Mon Sep 17 00:00:00 2001 From: leimingsheng Date: Fri, 22 Nov 2024 09:42:25 +0800 Subject: [PATCH] =?UTF-8?q?fix(script=20:=20nicsensor.sh)=20=E4=BF=AE?= =?UTF-8?q?=E5=A4=8D=E7=89=88=E6=9C=AC=E5=8F=B7=E6=97=A0=E6=B3=95=E8=AE=B0?= =?UTF-8?q?=E5=BD=95=E5=88=B0=E6=97=A5=E5=BF=97=E4=B8=AD=E7=9A=84=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 02.nicsensor/nicsensor.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/02.nicsensor/nicsensor.sh b/02.nicsensor/nicsensor.sh index 2d6c336..58cb701 100644 --- a/02.nicsensor/nicsensor.sh +++ b/02.nicsensor/nicsensor.sh @@ -134,7 +134,7 @@ ina3221_ch2_volt="0" ina3221_ch0_current="0" ina3221_ch1_current="0" ina3221_ch2_current="0" -SCRIPT_VRESION="1.2 InTest Rev3" +SCRIPT_VERSION="1.2 InTest Rev4" fru_file_name=$option_data2 fru_write_size=0 @@ -366,6 +366,7 @@ prepare_start_info(){ format_log_print $INFO "PCA9548 channel: $pca9548_channel" # Record i2c device info to log + format_log_print $INFO "At the beginning, I2C bus status:" res_info=`i2cdetect -y $i2c_bus` echo $res_info >> $log }