Skip to content

Commit 1ba7e4e

Browse files
committed
Disable software serial on Apollo3 (not supported with v2 of the core)
1 parent 47b867a commit 1ba7e4e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/SparkFun_u-blox_SARA-R5_Arduino_Library.h

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,10 @@
3232
#endif
3333

3434
#ifdef ARDUINO_ARCH_APOLLO3 // Arduino Apollo boards (Artemis module, RedBoard Artemis, etc)
35-
#define SARA_R5_SOFTWARE_SERIAL_ENABLED // Enable software serial
35+
#define SARA_R5_SOFTWARE_SERIAL_ENABLEDx // Disable software serial (no longer supported with v2 of Apollo3)
36+
// Note: paulvha has provided software serial support for v2 of the Apollo3 / Artemis core.
37+
// Further details are available at:
38+
// https://github.com/paulvha/apollo3/tree/master/SoftwareSerial
3639
#endif
3740

3841
#ifdef ARDUINO_ARCH_STM32 // STM32 based boards (Disco, Nucleo, etc)

0 commit comments

Comments
 (0)