Skip to content

Commit

Permalink
Move Network class to src/dependencies (fixes Aircoookie#1349 )
Browse files Browse the repository at this point in the history
  • Loading branch information
Aircoookie committed Nov 17, 2020
1 parent c365fd9 commit 176e18e
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion wled00/src/dependencies/e131/ESPAsyncE131.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
*/

#include "ESPAsyncE131.h"
#include "Network.h"
#include "../network/Network.h"
#include <string.h>

// E1.17 ACN Packet Identifier
Expand Down
2 changes: 1 addition & 1 deletion wled00/src/dependencies/espalexa/Espalexa.h
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
#endif
#endif
#include <WiFiUdp.h>
#include "Network.h"
#include "../network/Network.h"

#ifdef ESPALEXA_DEBUG
#pragma message "Espalexa 2.4.6 debug mode"
Expand Down
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion wled00/wled.h
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
#include "SPIFFS.h"
#endif

#include "Network.h"
#include "src/dependencies/network/Network.h"

#include <ESPAsyncWebServer.h>
#include <EEPROM.h>
Expand Down

0 comments on commit 176e18e

Please sign in to comment.