Commit f6e1f37b authored by TMRh20's avatar TMRh20

Fix IDE version detection for SPI transactions

- Use SPI transactions for 1.6.0 and up
parent da0c5943
......@@ -53,7 +53,7 @@
#include <Arduino.h>
#if ARDUINO > 10600
#if ARDUINO >= 10600
#define RF24_SPI_TRANSACTIONS
#endif
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment