ayushsharma82 / ElegantOTA

OTA updates made slick and simple for everyone!
https://elegantota.pro
GNU Affero General Public License v3.0
643 stars 119 forks source link

Compatibility issues with AsyncWebServer installed thru library manager #135

Closed Augustinas01 closed 1 year ago

Augustinas01 commented 1 year ago

When i include then it won't compile and I get image Here are my includes image I'm using Arduino IDE, libraries installed thru library manager

Augustinas01 commented 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.

ayushsharma82 commented 1 year ago

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: @.***>