mirror of
https://github.com/xoseperez/espurna.git
synced 2026-03-11 10:47:10 +01:00
Fix ESP01 RGBLED definition
This commit is contained in:
@@ -1904,6 +1904,7 @@
|
||||
|
||||
// LEDs
|
||||
#define LED1_PIN 2
|
||||
#define LED1_PIN_INVERSE 0
|
||||
|
||||
|
||||
// -----------------------------------------------------------------------------
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user