lolin32lite.h: LED pin corrected

This commit is contained in:
Klaus K Wilting 2018-11-04 13:22:03 +01:00
parent e8afc10a93
commit 577cdc9497

View File

@ -7,7 +7,7 @@
#define CFG_sx1272_radio 1 // dummy
#define HAS_LED 22 // on board LED on GPIO22
#define HAS_LED (5) // on board LED on GPIO5
#define LED_ACTIVE_LOW 1 // Onboard LED is active when pin is LOW
#endif