parent
1729bef7fa
commit
4235208c68
2
RFM69.h
2
RFM69.h
|
|
@ -49,6 +49,8 @@
|
||||||
#define RF69_PLATFORM RF69_PLATFORM_ESP32
|
#define RF69_PLATFORM RF69_PLATFORM_ESP32
|
||||||
#elif defined(ARDUINO)
|
#elif defined(ARDUINO)
|
||||||
#define RF69_PLATFORM RF69_PLATFORM_ARDUINO
|
#define RF69_PLATFORM RF69_PLATFORM_ARDUINO
|
||||||
|
#elif defined(AVR_ATtinyxy7) || defined(AVR_ATtinyxy6) // MegaTinyCore AVR Series-1
|
||||||
|
#define RF69_PLATFORM RF69_PLATFORM_ARDUINO
|
||||||
#elif defined(__MSP430G2452__) || defined(__MSP430G2553__)
|
#elif defined(__MSP430G2452__) || defined(__MSP430G2553__)
|
||||||
#define RF69_PLATFORM RF69_PLATFORM_MSP430
|
#define RF69_PLATFORM RF69_PLATFORM_MSP430
|
||||||
#elif defined(MCU_STM32F103RE)
|
#elif defined(MCU_STM32F103RE)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue