Skip to content

Commit b64517b

Browse files
committed
fix: move ArduinoJSON above platform includes
1 parent 4c9e5c2 commit b64517b

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
@@ -38,6 +38,7 @@ Upgrade to NetWizard Pro: https://netwizard.pro
3838
#include "vector.h"
3939
#include <functional>
4040
#include "Preferences.h"
41+
#include "ArduinoJson.h"
4142

4243
#if defined(ESP8266)
4344
#include "ESP8266WiFi.h"
@@ -84,7 +85,6 @@ Upgrade to NetWizard Pro: https://netwizard.pro
8485
#endif
8586

8687
#include "DNSServer.h"
87-
#include "ArduinoJson.h"
8888
#include "NetWizardParameter.h"
8989

9090
// enum for strategy

0 commit comments

Comments
 (0)