WIP RAK815 support

This commit is contained in:
geeksville
2020-07-10 11:02:29 -07:00
parent 5b11c1ca86
commit b00a936f41
12 changed files with 8078 additions and 25 deletions

View File

@@ -296,7 +296,7 @@ void setup()
SPI.begin();
#else
// ESP32
SPI.begin(SCK_GPIO, MISO_GPIO, MOSI_GPIO, NSS_GPIO);
SPI.begin(RF95_SCK, RF95_MISO, RF95_MOSI, RF95_NSS);
SPI.setFrequency(4000000);
#endif