Initial commit: ZNET Temperature Sensor ESP32 firmware

- PlatformIO project for Meshnology ESP32 LoRa V3
- DS18B20 dual sensor support for tank verification
- OLED display for local temperature visibility
- HTTP POST to ZNET Web API
- WiFiManager for easy WiFi configuration
- Offline buffering when network unavailable

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
leehughes
2026-01-24 16:48:12 -06:00
co-authored by Claude Opus 4.5
commit 265a53768e
5 changed files with 819 additions and 0 deletions
+29
View File
@@ -0,0 +1,29 @@
# PlatformIO
.pio/
.pioenvs/
.piolibdeps/
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
# Compiled files
*.o
*.a
*.elf
*.bin
*.hex
# OS files
.DS_Store
Thumbs.db
# Build artifacts
build/
# Credentials (if stored locally)
credentials.h
secrets.h