define ELEGANTOTA_USE_ASYNC_WEBSERVER as 1 to enable Async Mode

This commit is contained in:
lenvm 2023-11-22 22:44:52 +01:00
parent 16d38fd481
commit e5586e9339

View file

@ -24,7 +24,7 @@ _____ _ _ ___ _____ _
#include "elop.h"
#ifndef ELEGANTOTA_USE_ASYNC_WEBSERVER
#define ELEGANTOTA_USE_ASYNC_WEBSERVER 0
#define ELEGANTOTA_USE_ASYNC_WEBSERVER 1
#endif
#ifndef ELEGANTOTA_DEBUG