Updated Custom Build Configuration (markdown)

master
Jan Gromeš 2020-05-12 19:11:03 +02:00
rodzic be64961f33
commit d6f961896c
1 zmienionych plików z 2 dodań i 2 usunięć

@ -14,11 +14,11 @@ RadioLib supports many different Arduino cores, but sometimes it may be benefici
#define RADIOLIB_NC (0xFF)
#define RADIOLIB_DEFAULT_SPI SPI
// the following parameters must be defined if the Arduino core does not support SoftwareSerial library
// the following must be defined if the Arduino core does not support SoftwareSerial library
#define RADIOLIB_SOFTWARE_SERIAL_UNSUPPORTED
#define RADIOLIB_HARDWARE_SERIAL_PORT Serial1
// the following parameters must be defined if the Arduino core does not support tone function
// the following must be defined if the Arduino core does not support tone function
#define RADIOLIB_TONE_UNSUPPORTED
#include <RadioLib.h>