8000 Merge branch 'earlephilhower:master' into master · earlephilhower/arduino-pico@299f8e2 · GitHub
[go: up one dir, main page]

Skip to content

Commit 299f8e2

Browse files
authored
Merge branch 'earlephilhower:master' into master
2 parents 123ae0f + 6e48cff commit 299f8e2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

libraries/lwIP_w55rp20/examples/WiFiClient-W55RP20/WiFiClient-W55RP20.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
const char* host = "djxmmx.net";
99
const uint16_t port = 17;
1010

11-
Wiznet55rp20lwIP eth(1 /* chip select */);
11+
Wiznet55rp20lwIP eth(20 /* chip select */);
1212

1313
void setup() {
1414
Serial.begin(115200);

libraries/lwIP_w55rp20/src/utility/w55rp20.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ class Wiznet55rp20 {
5151
Constructor that uses the default hardware SPI pins
5252
@param cs the Arduino Chip Select / Slave Select pin (default 10)
5353
*/
54-
Wiznet55rp20(int8_t cs = SS, SPIClass& spi = SPI, int8_t intr = -1);
54+
Wiznet55rp20(int8_t cs = WIZNET_PIO_SPI_CS_PIN, SPIClass& spi = SPI, int8_t intr = -1);
5555
//Wiznet55rp20();
5656

5757
/**

0 commit comments

Comments
 (0)
0