fix: 优化自动风扇温度失效降速#31
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
背景
自动风扇模式在重启或温度源短暂不可用时会退到 100% 转速,噪音变化过于突兀。现在期望无可用温度源时先保持 25% 安静兜底,温度数据恢复后再回到曲线/自动控制目标。
改动
验证
git diff --check HEAD~1..HEADruby -e 'require "yaml"; YAML.load_file(".github/workflows/build.yml")'python3 tools/gen_version.py .->0.4.7+536c3cb.05251557node --check components/ts_webui/web/js/app.jsnode --check components/ts_webui/web/js/lang/zh-CN.jsnode --check components/ts_webui/web/js/lang/en-US.jsenv IDF_PATH=/Users/massif/esp/v5.5.2/esp-idf PYTHON_DEPS_CHECKED=1 PATH=/Users/massif/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20251107/xtensa-esp-elf/bin:/Users/massif/.espressif/tools/cmake/3.30.2/CMake.app/Contents/bin:/Users/massif/.espressif/tools/ninja/1.12.1:/usr/bin:/bin:/usr/sbin:/sbin /Users/massif/.espressif/tools/ninja/1.12.1/ninja -C build风险与回滚
version.txt、.github/workflows/build.yml的 release tag 逻辑,并将ts_fan.c的 stale 分支恢复为 100% fallback 即可。