We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c9e5c2 commit b64517bCopy full SHA for b64517b
src/NetWizard.h
@@ -38,6 +38,7 @@ Upgrade to NetWizard Pro: https://netwizard.pro
38
#include "vector.h"
39
#include <functional>
40
#include "Preferences.h"
41
+#include "ArduinoJson.h"
42
43
#if defined(ESP8266)
44
#include "ESP8266WiFi.h"
@@ -84,7 +85,6 @@ Upgrade to NetWizard Pro: https://netwizard.pro
84
85
#endif
86
87
#include "DNSServer.h"
-#include "ArduinoJson.h"
88
#include "NetWizardParameter.h"
89
90
// enum for strategy
0 commit comments