File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
variants/rakwireless_rak3112 Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1111#define USB_VID 0x303a
1212#define USB_PID 0x1001
1313
14- #define LED_GREEN 46
15- #define LED_BLUE 45
14+ #define LED_GREEN 46
15+ #define LED_BLUE 45
1616
1717static const uint8_t LED_BUILTIN = LED_GREEN ;
1818#define BUILTIN_LED LED_BUILTIN // backward compatibility
@@ -26,7 +26,7 @@ static const uint8_t RX = 44;
2626static const uint8_t SDA = 9 ;
2727static const uint8_t SCL = 40 ;
2828
29- #define WIRE1_PIN_DEFINED
29+ #define WIRE1_PIN_DEFINED
3030static const uint8_t SDA1 = 17 ;
3131static const uint8_t SCL1 = 18 ;
3232
@@ -35,7 +35,7 @@ static const uint8_t MOSI = 11;
3535static const uint8_t MISO = 10 ;
3636static const uint8_t SCK = 13 ;
3737
38- #define LORA_ANT_SWITCH 4 // Antenna switch power control pin
38+ #define LORA_ANT_SWITCH 4 // Antenna switch power control pin
3939
4040#define LORA_SCK 5 // SX1262 SCK
4141#define LORA_MISO 3 // SX1262 MISO
@@ -47,4 +47,4 @@ static const uint8_t SCK = 13;
4747#define LORA_BUSY 48
4848#define LORA_IRQ LORA_DIO1
4949
50- #endif /* Pins_Arduino_h */
50+ #endif /* Pins_Arduino_h */
You can’t perform that action at this time.
0 commit comments