Files
fan4life/.gitignore
dtoro cdf9b081bc feat: integrate DHT22, OLED, WiFi/MQTT with 5-level temp-driven PWM fan
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>
2026-04-09 01:16:12 +02:00

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