Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TEMPLATE_PLACEHOLDER define problem #33

Open
softwarecrash opened this issue Jun 15, 2024 · 0 comments
Open

TEMPLATE_PLACEHOLDER define problem #33

softwarecrash opened this issue Jun 15, 2024 · 0 comments

Comments

@softwarecrash
Copy link

Hello,
i try to redefine the template placeholder with

#ifdef  TEMPLATE_PLACEHOLDER
   #undef  TEMPLATE_PLACEHOLDER
#endif
#define TEMPLATE_PLACEHOLDER '`' 

#include <ESPAsyncWebServer.h>
.....

but it was ignored, so when i change the line 63 in webResponseImpl.h to the new character it work.
so what can i do to overwrite the default template placeholder without modify the library direct?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant