Skip to content

Commit 8e7bb32

Browse files
committed
Move config static to the top
1 parent 8427444 commit 8e7bb32

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

BaseHeader.h

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
#ifndef BaseHeader_h
22
#define BaseHeader_h
33

4+
#include "ConfigStatic.h"
45
#include <Logging.h>
56
#include <MemoryFree.h>
67
#include "ArduinoJson-v6.15.1.h"
78
#include "BoxConfig.h"
8-
#include "ConfigStatic.h"
9-
109

1110
#endif

0 commit comments

Comments
 (0)