forked from espressif/arduino-esp32
* Merged all TTGO-LoRa32 Board profiles (see #5933) * Fix for LORA_RST (see #5966)
This commit is contained in:
@ -27,7 +27,7 @@
|
||||
#define LORA_MISO 19 // GPIO19 - SX1276 MISO
|
||||
#define LORA_MOSI 27 // GPIO27 - SX1276 MOSI
|
||||
#define LORA_CS 18 // GPIO18 - SX1276 CS
|
||||
#define LORA_RST 12 // GPIO14 - SX1276 RST
|
||||
#define LORA_RST 23 // GPIO23 - SX1276 RST
|
||||
#define LORA_IRQ 26 // GPIO26 - SX1276 IRQ (interrupt request)
|
||||
#define LORA_D1 33 // GPIO33 - SX1276 IO1 (for LMIC Arduino library)
|
||||
#define LORA_D2 32 // GPIO32 - SX1276 IO2
|
||||
@ -63,7 +63,7 @@ static const uint8_t A4 = 32;
|
||||
static const uint8_t A5 = 33;
|
||||
static const uint8_t A6 = 34;
|
||||
static const uint8_t A7 = 35;
|
||||
static const uint8_t A10 = 4;
|
||||
static const uint8_t A10 = 4;
|
||||
static const uint8_t A11 = 0;
|
||||
static const uint8_t A12 = 2;
|
||||
static const uint8_t A13 = 15;
|
||||
|
Reference in New Issue
Block a user