Removed RADIOLIB_TONE_UNSUPPORTED flag from Apollo3 and STM32 unofficial

This commit is contained in:
jgromes 2020-10-28 11:45:58 +01:00
parent 5d92240f89
commit dbc35c814e

View file

@ -229,7 +229,6 @@
#define RADIOLIB_PROGMEM_READ_BYTE(addr) pgm_read_byte(addr)
#define RADIOLIB_SOFTWARE_SERIAL_UNSUPPORTED
#define RADIOLIB_HARDWARE_SERIAL_PORT Serial1
#define RADIOLIB_TONE_UNSUPPORTED
#elif defined(ARDUINO_ARDUINO_NANO33BLE)
// Arduino Nano 33 BLE
@ -281,7 +280,6 @@
#define RADIOLIB_PROGMEM_READ_BYTE(addr) pgm_read_byte(addr)
#define RADIOLIB_SOFTWARE_SERIAL_UNSUPPORTED
#define RADIOLIB_HARDWARE_SERIAL_PORT Serial1
#define RADIOLIB_TONE_UNSUPPORTED
#else
// other platforms not covered by the above list - this may or may not work