feat(master : nicsensor) Release Version 1.8

This commit is contained in:
leimingsheng 2025-08-18 14:21:01 +08:00
parent b5a0cac6e2
commit 580de7fa6f
2 changed files with 8 additions and 1 deletions

@ -1,3 +1,10 @@
# Script Version 1.8
Release Note
1.[新增功能]默认server type调整为auto, 通用服务器可自动检索boardid,确认服务器类型
2.[新增功能]新增set get功能, 可使用命令对配置进行修改(详见readme)
3.[问题修复]修正无法识别两位数槽位号的问题
4.[功能优化]添加脚本 nicsensor_s.sh, 是nicsensor主体功能的简化版,删去了相对次要功能来确保功能快速执行
# Script Version 1.7 20250610 # Script Version 1.7 20250610
Release Note Release Note
1.[新增功能]预留扩展函数, 用于自定义选通网卡后的I2C操作 1.[新增功能]预留扩展函数, 用于自定义选通网卡后的I2C操作

@ -1,5 +1,5 @@
#!/bin/sh #!/bin/sh
SCRIPT_VERSION="1.7.7" SCRIPT_VERSION="1.8"
# --------------------------------------------------------- # ---------------------------------------------------------
# Project Feature Varible (Change as need) # Project Feature Varible (Change as need)
# --------------------------------------------------------- # ---------------------------------------------------------