Files
Rodney Osodo 25006d2a1f feat: implement ESP32 power outage monitor with MQTT and OTA support
- WiFi manager with captive portal for configuration
- MQTTS client with TLS support using EMQX Cloud
- NVS storage for persistent configuration
- Power monitoring with 30-second heartbeat messages
- OTA firmware updates via MQTT
- NTP time synchronization (Kenya timezone EAT-3)
- Automatic reconnection handling
- Rollback protection for OTA updates

Signed-off-by: Rodney Osodo <socials@rodneyosodo.com>
2026-01-05 22:57:14 +03:00

9 lines
141 B
Plaintext

# cache dir
.cache/
# ESP-IDF default build directory name
build/
# ESP-IDF default directory for project dependencies
managed_components/