From ef95c3ece5d460881994f5708242ffd4e345756d Mon Sep 17 00:00:00 2001 From: jgromes Date: Sun, 5 Sep 2021 12:01:15 +0200 Subject: [PATCH] [JDY08] Use SerialModule wrapper --- examples/JDY08/JDY08_Basic/JDY08_Basic.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/JDY08/JDY08_Basic/JDY08_Basic.ino b/examples/JDY08/JDY08_Basic/JDY08_Basic.ino index f78b6c80..c249e37f 100644 --- a/examples/JDY08/JDY08_Basic/JDY08_Basic.ino +++ b/examples/JDY08/JDY08_Basic/JDY08_Basic.ino @@ -14,7 +14,7 @@ // JDY08 has the following connections: // TX pin: 9 // RX pin: 8 -JDY08 ble = new Module(9, 8); +JDY08 ble = new SerialModule(9, 8); // or using RadioShield // https://github.com/jgromes/RadioShield