mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-09 01:09:51 +03:00
esp32 uart and wemos d1-mini32
This commit is contained in:
@@ -81,8 +81,10 @@ class System {
|
||||
static constexpr uint8_t LED_GPIO = 2;
|
||||
static constexpr uint8_t LED_ON = LOW;
|
||||
#elif defined(ESP32)
|
||||
static constexpr uint8_t LED_GPIO = 5; // on Wemos D32
|
||||
static constexpr uint8_t LED_ON = LOW;
|
||||
// static constexpr uint8_t LED_GPIO = 5; // on Wemos D32
|
||||
// static constexpr uint8_t LED_ON = LOW;
|
||||
static constexpr uint8_t LED_GPIO = 2; // on Wemos D1-32
|
||||
static constexpr uint8_t LED_ON = HIGH;
|
||||
#else
|
||||
static constexpr uint8_t LED_GPIO = 0;
|
||||
static constexpr uint8_t LED_ON = 0;
|
||||
|
||||
Reference in New Issue
Block a user