Updated WiFiServer pin mapping to match v3 board

This commit is contained in:
Nis Wechselberg 2016-07-02 18:12:14 +02:00
parent cbaa0cb12d
commit 149acc944c

View file

@ -31,9 +31,9 @@
#include "ESP8266-RGB-WiFiServer.h"
// Pin configuration
const short redPin = 12;
const short greenPin = 13;
const short bluePin = 14;
const short redPin = 14;
const short greenPin = 16;
const short bluePin = 12;
// EEPROM Adress config
const unsigned char modeAddress = 0;