Skip to content

Commit e73da34

Browse files
committed
changed import order
1 parent 5fc3f6a commit e73da34

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

src/main.cpp

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,3 @@
1-
#include <ESP8266WiFi.h>
2-
#include <ESP8266mDNS.h>
3-
#include <ArduinoOTA.h>
4-
#include <ResetDetector.h>
5-
#include <ESPAsyncWiFiManager.h>
6-
#include <Hash.h>
7-
#include <RemoteDebug.h>
8-
#include <ESPAsyncWebServer.h>
9-
101
#include "LightController.h"
112
#include "helpers.h"
123
#include "effects.h"
@@ -18,6 +9,15 @@
189
#include "WebPortal.h"
1910
#include "EmergencyProtocol.h"
2011

12+
#include <ESP8266WiFi.h>
13+
#include <ESP8266mDNS.h>
14+
#include <ArduinoOTA.h>
15+
#include <ResetDetector.h>
16+
#include <ESPAsyncWiFiManager.h>
17+
#include <Hash.h>
18+
#include <RemoteDebug.h>
19+
#include <ESPAsyncWebServer.h>
20+
2121
LightController *lightController;
2222
AbstractCapacitiveSensorButton* sensorButton;
2323
RemoteDebug Debug;

0 commit comments

Comments
 (0)