mirror of
https://github.com/okalachev/flix.git
synced 2025-08-17 17:16:10 +00:00
Define ESP32 Dev Module LED pin
This commit is contained in:
@@ -5,6 +5,10 @@
|
||||
|
||||
#define BLINK_PERIOD 500000
|
||||
|
||||
#ifndef LED_BUILTIN
|
||||
#define LED_BUILTIN 2 // for ESP32 Dev Module
|
||||
#endif
|
||||
|
||||
void setupLED() {
|
||||
pinMode(LED_BUILTIN, OUTPUT);
|
||||
}
|
||||
|
Reference in New Issue
Block a user