Merge pull request #160 from mcspr/patch-1

Do not redefine RF69_SPI_CS
This commit is contained in:
Felix Rusu 2021-01-26 14:32:24 -05:00 committed by GitHub
commit adc94d2d2b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -138,10 +138,8 @@
#define RF69_IRQ_PIN 3
#elif defined(ESP8266)
#define RF69_IRQ_PIN 4
#define RF69_SPI_CS 15
#elif defined(ESP32)
#define RF69_IRQ_PIN 2
#define RF69_SPI_CS 5
#else
#define RF69_IRQ_PIN 2
#endif