From dbc35c814e8512109258956335feebbc8b4d2521 Mon Sep 17 00:00:00 2001 From: jgromes Date: Wed, 28 Oct 2020 11:45:58 +0100 Subject: [PATCH] Removed RADIOLIB_TONE_UNSUPPORTED flag from Apollo3 and STM32 unofficial --- src/BuildOpt.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/BuildOpt.h b/src/BuildOpt.h index e0f080ce..f3f0d538 100644 --- a/src/BuildOpt.h +++ b/src/BuildOpt.h @@ -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