Avoid name collision.

This commit is contained in:
Travis J Dean 2020-03-28 09:24:07 -04:00
parent f99f13a090
commit cc2de04f6b
3 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@
#include "hue.h"
#include "mqtt.h"
#include "wled_eeprom.h"
#include "server.h"
#include "wled_server.h"
// Global Variable definitions
char versionString[] = "0.9.1";

View File

@ -1,4 +1,4 @@
#include "server.h"
#include "wled_server.h"
#include "wled.h"
#include "file.h"
#include "set.h"