feat(master : nicsensor.sh)Update to version 1.5 Standard
This commit is contained in:
parent
a9f2123ad5
commit
cdfcd05232
@ -1,3 +1,8 @@
|
|||||||
|
# Script Version 1.5 20250304
|
||||||
|
Release Note
|
||||||
|
1.[新增功能]添加适配服务器5688m7
|
||||||
|
2.[功能优化]优化程序执行
|
||||||
|
|
||||||
# Script Version 1.4 20250110
|
# Script Version 1.4 20250110
|
||||||
Release Note
|
Release Note
|
||||||
1.[问题修复]修正tmp112传感器读取的逻辑问题
|
1.[问题修复]修正tmp112传感器读取的逻辑问题
|
||||||
|
|||||||
@ -134,7 +134,7 @@ ina3221_ch2_volt="0"
|
|||||||
ina3221_ch0_current="0"
|
ina3221_ch0_current="0"
|
||||||
ina3221_ch1_current="0"
|
ina3221_ch1_current="0"
|
||||||
ina3221_ch2_current="0"
|
ina3221_ch2_current="0"
|
||||||
SCRIPT_VERSION="1.4 Rev3"
|
SCRIPT_VERSION="1.5 Standard"
|
||||||
|
|
||||||
fru_file_name=$option_data2
|
fru_file_name=$option_data2
|
||||||
fru_write_size=0
|
fru_write_size=0
|
||||||
@ -1340,7 +1340,7 @@ detect_on_5688m7(){
|
|||||||
format_print $INFO "Please check if script has update version"
|
format_print $INFO "Please check if script has update version"
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
i2c_bus=12
|
i2c_bus=12
|
||||||
pca9641_slave="0x31"
|
pca9641_slave="0x31"
|
||||||
get_pca9641_control
|
get_pca9641_control
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user