https://github.com/plietar/esp-mqtt-ota
Over-the-air MQTT updates for ESP devices
https://github.com/plietar/esp-mqtt-ota
Last synced: about 1 year ago
JSON representation
Over-the-air MQTT updates for ESP devices
- Host: GitHub
- URL: https://github.com/plietar/esp-mqtt-ota
- Owner: plietar
- Created: 2024-02-10T14:33:37.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-10-11T23:28:20.000Z (over 1 year ago)
- Last Synced: 2025-02-09T21:31:08.543Z (over 1 year ago)
- Language: C
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# esp-mqtt-ota
Add to your `idf_component.yml`:
```yaml
dependencies:
esp-mqtt-ota:
git: https://github.com/plietar/esp-mqtt-ota
```