Added ASYNCWEBSERVER_F* defines for downstream projects

This commit is contained in:
Mathieu Carbou
2024-01-12 23:45:48 +01:00
parent b459827878
commit ccfb1c1669

View File

@@ -40,6 +40,12 @@
#error Platform not supported
#endif
#define ASYNCWEBSERVER_VERSION "2.1.0"
#define ASYNCWEBSERVER_VERSION_MAJOR 2
#define ASYNCWEBSERVER_VERSION_MINOR 1
#define ASYNCWEBSERVER_VERSION_REVISION 0
#define ASYNCWEBSERVER_FORK_mathieucarbou
#ifdef ASYNCWEBSERVER_REGEX
#define ASYNCWEBSERVER_REGEX_ATTRIBUTE
#else