We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4395f67 commit b383c65Copy full SHA for b383c65
variants/ttgo-lora32-v21new/pins_arduino.h
@@ -27,7 +27,7 @@
27
#define LORA_MISO 19 // GPIO19 - SX1276 MISO
28
#define LORA_MOSI 27 // GPIO27 - SX1276 MOSI
29
#define LORA_CS 18 // GPIO18 - SX1276 CS
30
-#define LORA_RST 12 // GPIO14 - SX1276 RST
+#define LORA_RST 23 // GPIO23 - SX1276 RST
31
#define LORA_IRQ 26 // GPIO26 - SX1276 IRQ (interrupt request)
32
#define LORA_D1 33 // GPIO33 - SX1276 IO1 (for LMIC Arduino library)
33
#define LORA_D2 32 // GPIO32 - SX1276 IO2
@@ -63,7 +63,7 @@ static const uint8_t A4 = 32;
63
static const uint8_t A5 = 33;
64
static const uint8_t A6 = 34;
65
static const uint8_t A7 = 35;
66
-static const uint8_t A10 = 4;
+static const uint8_t A10 = 4;
67
static const uint8_t A11 = 0;
68
static const uint8_t A12 = 2;
69
static const uint8_t A13 = 15;
0 commit comments