Fixes for non-ESP32 boards

This commit is contained in:
Troy
2024-08-21 13:51:58 -04:00
parent 9e24a634c2
commit 0a26aa918c
2 changed files with 8 additions and 0 deletions

View File

@@ -2,7 +2,9 @@
#include "wled.h"
#include "wled_ethernet.h"
#include <Arduino.h>
#ifdef ARDUINO_ARCH_ESP32
#include "esp_ota_ops.h"
#endif
#warning WLED-MM GPL-v3. By installing WLED MM you implicitly accept the terms!
#if defined(ARDUINO_ARCH_ESP32) && defined(WLED_DISABLE_BROWNOUT_DET)