From d6f961896c69ed02b92de9f7328bdbddf4e44a37 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Grome=C5=A1?= Date: Tue, 12 May 2020 19:11:03 +0200 Subject: [PATCH] Updated Custom Build Configuration (markdown) --- Custom-Build-Configuration.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Custom-Build-Configuration.md b/Custom-Build-Configuration.md index 39c4789..41c642e 100644 --- a/Custom-Build-Configuration.md +++ b/Custom-Build-Configuration.md @@ -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