mirror of
https://github.com/arduino/Arduino.git
synced 2025-01-18 07:52:14 +01:00
eb47701c9f
Because the Mega uses a different pin for SS of the W5100, the SPI library wasn't setting it as an output. It was only setting the hardware SS pin of the ATmega1280, which is elsewhere on the board. Adding initSS() to W5100.init() fixed it.