diff --git a/change_list.txt b/change_list.txt index 2d2bd61..b4b13c4 100644 --- a/change_list.txt +++ b/change_list.txt @@ -1,3 +1,8 @@ +# Script Version 1.5 20250304 + Release Note + 1.[新增功能]添加适配服务器5688m7 + 2.[功能优化]优化程序执行 + # Script Version 1.4 20250110 Release Note 1.[问题修复]修正tmp112传感器读取的逻辑问题 diff --git a/nicsensor.sh b/nicsensor.sh index b52c574..737c8fd 100755 --- a/nicsensor.sh +++ b/nicsensor.sh @@ -134,7 +134,7 @@ ina3221_ch2_volt="0" ina3221_ch0_current="0" ina3221_ch1_current="0" ina3221_ch2_current="0" -SCRIPT_VERSION="1.4 Rev3" +SCRIPT_VERSION="1.5 Standard" fru_file_name=$option_data2 fru_write_size=0 @@ -1340,7 +1340,7 @@ detect_on_5688m7(){ format_print $INFO "Please check if script has update version" exit 1 fi - + i2c_bus=12 pca9641_slave="0x31" get_pca9641_control