ayushsharma82 / ElegantOTA

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

AsyncWebserver #134

Closed nozbey closed 1 year ago

nozbey commented 1 year ago

Hello,

in esp32 AsyncWebserver not accepted because default

#ifndef ELEGANTOTA_USE_ASYNC_WEBSERVER
  #define ELEGANTOTA_USE_ASYNC_WEBSERVER 1
#endif

am ı need to change AsyncWebserver to Webserver ? or change default value of ELEGANTOTA_USE_ASYNC_WEBSERVER ??

thanks, nuri

ayushsharma82 commented 1 year ago

If you change the default to 1 and recompile your code, it should use AsyncWebServer.

On Mon, 2 Oct 2023 at 5:27 PM, Nuri Özbey @.***> wrote:

Hello,

in esp32 AsyncWebserver not accepted because default

ifndef ELEGANTOTA_USE_ASYNC_WEBSERVER

define ELEGANTOTA_USE_ASYNC_WEBSERVER 1

endif

am ı need to change AsyncWebserver to Webserver ? or change default value of ELEGANTOTA_USE_ASYNC_WEBSERVER ??

thanks, nuri

— Reply to this email directly, view it on GitHub https://github.com/ayushsharma82/ElegantOTA/issues/134, or unsubscribe https://github.com/notifications/unsubscribe-auth/AGK4NSACFWAUMAUECXQ6I5LX5KT2TANCNFSM6AAAAAA5PJZDME . You are receiving this because you are subscribed to this thread.Message ID: @.***>