Closed blassbasti closed 5 years ago
Looks like you need to update your repo. ESP8266_Test.ino has been replaced. An ESP32 build should reference AsnycUDP and not ESPAsyncUDP.
@forkineye looks like you have not done a release with the ESP32 support. Could you please do a release and put it up on the arduino library manager?
On the releases page it says the are 39 commits since the last release https://github.com/forkineye/ESPAsyncE131/releases
Hi,
I'm a bit of a newbie with how arduino and the libraries work together and can't get the example in this fork to work.
I know that ESP32 uses
#include <WiFi.h>
instead of#include <ESP8266WiFi.h>
like the ESP8266 does but I still can't compile the code.This is what the console says: