Skip to content

Instantly share code, notes, and snippets.

View yope-dev's full-sized avatar
🏠
Working from home

Andrii yope-dev

🏠
Working from home
View GitHub Profile
В ESP-IDF для OTA використовується власна система — `esp_ota_ops.h`. Ось як це працює:
**Базовий OTA flow в ESP-IDF:**
```c
#include "esp_ota_ops.h"
#include "esp_http_client.h"
void ota_task(void *pvParameter) {
esp_ota_handle_t ota_handle;