Skip to content

Commit 6867a2b

Browse files
committed
Fix name of webserver class oon ESP8266.
See #24
1 parent 98cfc9b commit 6867a2b

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

EmbAJAXOutputDriverESPAsync.h

-4
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,7 @@
3131

3232
#include <ESPAsyncWebServer.h>
3333

34-
#if defined (ESP32)
3534
#define EmbAJAXOutputDriverWebServerClass AsyncWebServer
36-
#else
37-
#define EmbAJAXOutputDriverWebServerClass ESPAsyncWebServer
38-
#endif
3935

4036
/** @brief Output driver implementation. This implementation works with ESPAsyncWebServer (https://github.com/me-no-dev/ESPAsyncWebServer).
4137
*

0 commit comments

Comments
 (0)