Fan speed is now auto-selected from a temperature table (levels 1-5 at 28/30/32/34/36C mapping to PWM duties 230/236/242/249/255) with 1C hysteresis. State and level are published to MQTT for Home Assistant. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
43 lines
363 B
Plaintext
43 lines
363 B
Plaintext
# macOS
|
|
.DS_Store
|
|
.AppleDouble
|
|
.LSOverride
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
.vscode/
|
|
|
|
# Arduino
|
|
build/
|
|
.clang-format
|
|
*.o
|
|
*.a
|
|
*.so
|
|
*.so.*
|
|
*.dylib
|
|
*.dll
|
|
*.exe
|
|
|
|
# Arduino IDE
|
|
.pioenvs/
|
|
.piolibdeps/
|
|
.pio/
|
|
.vscode-pio
|
|
|
|
# PlatformIO
|
|
.platformio/
|
|
platformio.ini
|
|
|
|
# Build directories
|
|
bin/
|
|
obj/
|
|
|
|
# Editor backups
|
|
*.bak
|
|
*.tmp
|
|
|
|
# Dependencies and libraries
|
|
node_modules/
|
|
dist/
|
|
main/secrets.h
|