Skip to content

Commit

Permalink
Bring in a fixed version of AsyncUDP
Browse files Browse the repository at this point in the history
  • Loading branch information
troyhacks committed Apr 17, 2024
1 parent 483daa9 commit 5dde1f9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions wled00/src/dependencies/e131/ESPAsyncE131.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,11 @@

#ifdef ESP32
#include <WiFi.h>
#ifdef ARDUINO_ARCH_ESP32S3
#include <TroyHacksAsyncUDP.h>
#else
#include <AsyncUDP.h>
#endif
#elif defined (ESP8266)
#include <ESPAsyncUDP.h>
#include <ESP8266WiFi.h>
Expand Down

0 comments on commit 5dde1f9

Please sign in to comment.