Added: RGB LED Support

This commit is contained in:
Cornelio Hopmann 2020-02-05 23:06:05 +01:00
parent 7500ef38b8
commit d1563e59bb

View File

@ -44,6 +44,7 @@
//#define BAT_VOLTAGE_DIVIDER 2 // voltage divider 100k/100k on board
#define HAS_LED NOT_A_PIN // no on board LED (?)
#define HAS_RGB_LED SmartLed rgb_led(LED_SK6812, 10, GPIO_NUM_15) // LED_SK6812 RGB LED on GPIO15
#define HAS_BUTTON (39) // on board button A
// GPS settings