This commit is contained in:
Patrick Amrhein 2024-01-16 23:08:56 +01:00
parent f4a82242df
commit 28dbc8b224
3 changed files with 47 additions and 1 deletions

View file

@ -8,6 +8,9 @@
#include <Arduino.h>
#include <ArduinoJson.h>
#if defined(ESP32)
#include <esp_task_wdt.h>
#endif
#include "config/settings.h"
#include "defines.h"