Skip to content

Commit b383c65

Browse files
committed
Fix for LORA_RST (see espressif#5966)
1 parent 4395f67 commit b383c65

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: variants/ttgo-lora32-v21new/pins_arduino.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
#define LORA_MISO 19 // GPIO19 - SX1276 MISO
2828
#define LORA_MOSI 27 // GPIO27 - SX1276 MOSI
2929
#define LORA_CS 18 // GPIO18 - SX1276 CS
30-
#define LORA_RST 12 // GPIO14 - SX1276 RST
30+
#define LORA_RST 23 // GPIO23 - SX1276 RST
3131
#define LORA_IRQ 26 // GPIO26 - SX1276 IRQ (interrupt request)
3232
#define LORA_D1 33 // GPIO33 - SX1276 IO1 (for LMIC Arduino library)
3333
#define LORA_D2 32 // GPIO32 - SX1276 IO2
@@ -63,7 +63,7 @@ static const uint8_t A4 = 32;
6363
static const uint8_t A5 = 33;
6464
static const uint8_t A6 = 34;
6565
static const uint8_t A7 = 35;
66-
static const uint8_t A10 = 4;
66+
static const uint8_t A10 = 4;
6767
static const uint8_t A11 = 0;
6868
static const uint8_t A12 = 2;
6969
static const uint8_t A13 = 15;

0 commit comments

Comments
 (0)