Renamed mqtt rgb control

This commit is contained in:
Nis Wechselberg 2017-03-24 12:50:31 +01:00
parent aeef952908
commit e6c9adff81
3 changed files with 1 additions and 1 deletions

View file

@ -38,7 +38,7 @@
#include <ESP8266WiFi.h>
#include <PubSubClient.h>
#include "ESP8266-RGB-MQTT.h"
#include "ESP8266-MQTT-RGBControl.h"
// Global mqtt client object
WiFiClient espClient;