1
0
mirror of https://github.com/p2r3/bareiron.git synced 2025-10-02 07:35:08 +02:00

fix compatibility with esp-idf

This commit is contained in:
p2r3
2025-08-20 04:55:28 +03:00
parent 19c49f8d54
commit 48b6c7cfb4
2 changed files with 2 additions and 0 deletions

View File

@@ -7,6 +7,7 @@
#ifdef ESP_PLATFORM
#define WIFI_SSID "your-ssid"
#define WIFI_PASS "your-password"
#include "esp_task_wdt.h"
#define wdt_reset(); \
esp_task_wdt_reset(); \
vTaskDelay(1);