Skip to content
Snippets Groups Projects
Commit 0f4d3e1b authored by Scott Lahteine's avatar Scott Lahteine
Browse files

Fix ESP32 "DISABLED" name conflict

parent 1eeef300
Branches
Tags
No related merge requests found
......@@ -22,12 +22,13 @@
#ifdef ARDUINO_ARCH_ESP32
#include <SPIFFS.h>
#undef DISABLED // esp32-hal-gpio.h
#include "../../inc/MarlinConfigPre.h"
#if ENABLED(WEBSUPPORT)
#include <SPIFFS.h>
#include "wifi.h"
AsyncEventSource events("/events"); // event source (Server-Sent events)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment