Skip to content

Commit 768accd

Browse files
committed
fix: disable async by default
1 parent 2799263 commit 768accd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/NetWizard.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Upgrade to NetWizard Pro: https://netwizard.pro
1616
#define NETWIZARD_H
1717

1818
#ifndef NETWIZARD_USE_ASYNC_WEBSERVER
19-
#define NETWIZARD_USE_ASYNC_WEBSERVER 1
19+
#define NETWIZARD_USE_ASYNC_WEBSERVER 0
2020
#endif
2121

2222
#ifndef NETWIZARD_DEBUG

0 commit comments

Comments
 (0)