Skip to content

Commit 805324a

Browse files
committed
fix(variant): Fixed review comments and Lora build fix
1 parent a55abe0 commit 805324a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Diff for: variants/BharatPi-LoRa/pins_arduino.h

+5-5
Original file line numberDiff line numberDiff line change
@@ -20,16 +20,16 @@ static const uint8_t RX = 3;
2020
static const uint8_t TX2 = 17;
2121
static const uint8_t RX2 = 16;
2222

23-
static const uint8_t SS = 4;
23+
static const uint8_t LORA_SS = 4;
2424
static const uint8_t RST = 14;
2525
static const uint8_t DIO0 = 2;
2626

2727
static const uint8_t SDA = 21;
2828
static const uint8_t SCL = 22;
2929

30-
static const uint8_t SS = -1;
31-
static const uint8_t MOSI = -1;
32-
static const uint8_t MISO = -1;
33-
static const uint8_t SCK = -1;
30+
static const uint8_t SS = 5;
31+
static const uint8_t MOSI = 23;
32+
static const uint8_t MISO = 19;
33+
static const uint8_t SCK = 18;
3434

3535
#endif /* Pins_Arduino_h */

0 commit comments

Comments
 (0)