Closed Augustinas01 closed 1 year ago
I been able to compile it successfully by pulling ESPAsyncWebServer from git, then it gave me errors not finding methods in ElegantOTA, so I changed lib by deleting all chip checking and declaring ELEGANTOTA_USE_ASYNC_WEBSERVER 1 inside lib, now let's hope it's actually working.
I noticed your included library is different than what ElegantOTA uses. Please use the official ESPAsyncWebserver library instead of forks.
On Wed, 11 Oct 2023 at 5:31 PM, Augustinas Timofėjevas < @.***> wrote:
I been able to compile it successfully by pulling ESPAsyncWebServer from git, then it gave me errors not finding methods in ElegantOTA, so I changed lib by deleting all chip checking and declaring ELEGANTOTA_USE_ASYNC_WEBSERVER 1 inside lib, now let's hope it's actually working.
— Reply to this email directly, view it on GitHub https://github.com/ayushsharma82/ElegantOTA/issues/135#issuecomment-1757540712, or unsubscribe https://github.com/notifications/unsubscribe-auth/AGK4NSD4GGTK265KPZ6IC5LX62DBRANCNFSM6AAAAAA53Y465A . You are receiving this because you are subscribed to this thread.Message ID: @.***>
When i include then it won't compile and I get
Here are my includes
I'm using Arduino IDE, libraries installed thru library manager