Removed RADIOLIB_TONE_UNSUPPORTED flag from Apollo3 and STM32 unofficial
This commit is contained in:
parent
5d92240f89
commit
dbc35c814e
1 changed files with 0 additions and 2 deletions
|
@ -229,7 +229,6 @@
|
||||||
#define RADIOLIB_PROGMEM_READ_BYTE(addr) pgm_read_byte(addr)
|
#define RADIOLIB_PROGMEM_READ_BYTE(addr) pgm_read_byte(addr)
|
||||||
#define RADIOLIB_SOFTWARE_SERIAL_UNSUPPORTED
|
#define RADIOLIB_SOFTWARE_SERIAL_UNSUPPORTED
|
||||||
#define RADIOLIB_HARDWARE_SERIAL_PORT Serial1
|
#define RADIOLIB_HARDWARE_SERIAL_PORT Serial1
|
||||||
#define RADIOLIB_TONE_UNSUPPORTED
|
|
||||||
|
|
||||||
#elif defined(ARDUINO_ARDUINO_NANO33BLE)
|
#elif defined(ARDUINO_ARDUINO_NANO33BLE)
|
||||||
// Arduino Nano 33 BLE
|
// Arduino Nano 33 BLE
|
||||||
|
@ -281,7 +280,6 @@
|
||||||
#define RADIOLIB_PROGMEM_READ_BYTE(addr) pgm_read_byte(addr)
|
#define RADIOLIB_PROGMEM_READ_BYTE(addr) pgm_read_byte(addr)
|
||||||
#define RADIOLIB_SOFTWARE_SERIAL_UNSUPPORTED
|
#define RADIOLIB_SOFTWARE_SERIAL_UNSUPPORTED
|
||||||
#define RADIOLIB_HARDWARE_SERIAL_PORT Serial1
|
#define RADIOLIB_HARDWARE_SERIAL_PORT Serial1
|
||||||
#define RADIOLIB_TONE_UNSUPPORTED
|
|
||||||
|
|
||||||
#else
|
#else
|
||||||
// other platforms not covered by the above list - this may or may not work
|
// other platforms not covered by the above list - this may or may not work
|
||||||
|
|
Loading…
Add table
Reference in a new issue