Avoid name collision.
This commit is contained in:
parent
f99f13a090
commit
cc2de04f6b
@ -13,7 +13,7 @@
|
|||||||
#include "hue.h"
|
#include "hue.h"
|
||||||
#include "mqtt.h"
|
#include "mqtt.h"
|
||||||
#include "wled_eeprom.h"
|
#include "wled_eeprom.h"
|
||||||
#include "server.h"
|
#include "wled_server.h"
|
||||||
// Global Variable definitions
|
// Global Variable definitions
|
||||||
char versionString[] = "0.9.1";
|
char versionString[] = "0.9.1";
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#include "server.h"
|
#include "wled_server.h"
|
||||||
#include "wled.h"
|
#include "wled.h"
|
||||||
#include "file.h"
|
#include "file.h"
|
||||||
#include "set.h"
|
#include "set.h"
|
Loading…
Reference in New Issue
Block a user