forked from things-nyc/arduino-lmic
-
Notifications
You must be signed in to change notification settings - Fork 225
Closed
Labels
Description
On some boards, SPI.begin() is used to set SPI pins:
SPI.begin(5,19,27,18);
Currently, this is hardcoded in the library, but it may be best to leave it for the user sketch.
https://www.thethingsnetwork.org/forum/t/big-esp32-sx127x-topic/10247/131
cyberman54