Compare commits

..

3 Commits

Author SHA1 Message Date
leimingsheng
87a625426f feat(master : nicsensor) version change to intest 1.6.5 2025-05-12 14:17:44 +08:00
leimingsheng
03d6900ceb doc(master : readme) 添加扩展功能的说明 2025-05-12 14:17:13 +08:00
leimingsheng
26adc0bda8 feat(master : nicsensor)预留用户自定义功能 2025-05-12 14:09:12 +08:00
2 changed files with 7 additions and 2 deletions

@ -140,7 +140,7 @@ ina3221_ch2_volt="0"
ina3221_ch0_current="0"
ina3221_ch1_current="0"
ina3221_ch2_current="0"
SCRIPT_VERSION="1.6.4"
SCRIPT_VERSION="1.6.5"
fru_file_name=$option_data2
fru_write_size=0
@ -1225,7 +1225,7 @@ process_fru(){
# This function is temporarily retained for future functional expansion
handle_reserve(){
format_print $INFO “Waiting for defined”
format_print $INFO "Waiting for user defined"
}
# ---------------------------------------------------------
# END of CHIP Function

@ -13,6 +13,7 @@
- [2\_3\_命令透传](#2_3_命令透传)
- [2\_4\_插槽I2C信息遍历](#2_4_插槽i2c信息遍历)
- [2\_5\_调试模式使用](#2_5_调试模式使用)
- [2\_5\_扩展功能](#2_6_扩展功能)
- [3\_常见问题](#3_常见问题)
- [3\_1\_ADC128传感器读值为0](#3_1_adc128传感器读值为0)
- [3\_2\_脚本执行时出现大批量语法错误](#3_2_脚本执行时出现大批量语法错误)
@ -134,6 +135,10 @@ nicsensor工具是在带有i2ctool工具(i2ctransfer、i2cdetect)的BMC下用于
> 关联变量 `DISABLE_DETECT`, 启用时配置为1, 将不会在切换PCA9641和PCA9548时进行i2cdetect
### 2_6_扩展功能
脚本中预留了函数 `handle_reserve` 用于扩展功能。针对有特殊需求的项目可能会使用。
## 3_常见问题
### 3_1_ADC128传感器读值为0