Updated WiFiServer pin mapping to match v3 board
This commit is contained in:
parent
cbaa0cb12d
commit
149acc944c
1 changed files with 3 additions and 3 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue