Fix ESP01 RGBLED definition

This commit is contained in:
Xose Pérez
2018-05-02 11:25:45 +02:00
parent db8400635e
commit bcd0186839
3 changed files with 5 additions and 4 deletions

View File

@@ -1904,6 +1904,7 @@
// LEDs
#define LED1_PIN 2
#define LED1_PIN_INVERSE 0
// -----------------------------------------------------------------------------

View File

@@ -1,6 +1,6 @@
#define APP_NAME "ESPURNA"
#define APP_VERSION "1.12.6"
#define APP_REVISION ""
#define APP_REVISION "db84006"
#define APP_AUTHOR "xose.perez@gmail.com"
#define APP_WEBSITE "http://tinkerman.cat"
#define CFG_VERSION 3