Skip to content

Commit 36208e5

Browse files
authored
Wemos C3 Pico V1.0.0 - Lolin: Add SS pin to fix CI build
Wemos C3 Pico V1.0.0 - Lolin: Add SS pin to fix CI build
1 parent 115dd17 commit 36208e5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

variants/lolin_c3_pico/pins_arduino.h

+1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ static const uint8_t VBAT = 3;
2020
static const uint8_t SCK = 2;
2121
static const uint8_t MISO = 0;
2222
static const uint8_t MOSI = 4;
23+
static const uint8_t SS = 5;
2324

2425
static const uint8_t A0 = 0;
2526
static const uint8_t A1 = 1;

0 commit comments

Comments
 (0)