Replies: 2 comments 1 reply
-
i dont have code for esp32, why use esp2, a cheap esp82 have enugh power for this job. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Maybe you can adapt the code for wemos s2 mini (esp32) |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have try to adapt code for esp32, replace libs:
#if defined(ESP8266)
#include <ESP8266WiFi.h>
#include <ESP8266mDNS.h>
#include <ESPAsyncTCP.h>
#endif
#if defined(ESP32)
#include <WiFi.h>
#include <ESPmDNS.h>
#include <AsyncTCP.h>
#endif
but have some issues..
Maybe did you have esp32 code?
Beta Was this translation helpful? Give feedback.
All reactions