File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 20
20
#define LORA_IO1 23 // GPIO23 - SX1276 IO1 tied by diode to IO0
21
21
#define LORA_IO2 23 // GPIO23 - SX1276 IO2 tied by diode to IO0
22
22
23
- // Antenna select
24
- #define ANT_SELECT 21 // GPIO16 - External Antenna Switch
23
+ static const uint8_t LED_BUILTIN = 0 ; // ->2812 RGB !!!
24
+ #define BUILTIN_LED LED_BUILTIN // backward compatibility
25
+
26
+ #define ANT_SELECT 21 // GPIO21 - External Antenna Switch
25
27
26
28
static const uint8_t TX = 1 ;
27
29
static const uint8_t RX = 3 ;
@@ -31,7 +33,7 @@ static const uint8_t SCL = 13;
31
33
32
34
static const uint8_t MOSI = 22 ;
33
35
static const uint8_t MISO = 37 ;
34
- static const uint8_t SCK = 5 ;
36
+ static const uint8_t SCK = 13 ;
35
37
36
38
static const uint8_t A0 = 36 ;
37
39
static const uint8_t A1 = 37 ;
You can’t perform that action at this time.
0 commit comments