Skip to content

Commit 1d479bb

Browse files
committed
example update and version increment
1 parent 8a11580 commit 1d479bb

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

examples/BasicExample/BasicExample.ino

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232

3333
#include <AltSoftSerial.h> // When using AltSoftSerial.
3434
AltSoftSerial altSerial;
35-
#include <HardwareSerial.h> // When using hardware serial.
35+
//#include <HardwareSerial.h> // When using hardware serial.
3636

3737
#include <GPStarAudio.h>
3838
gpstarAudio gpstar;
@@ -51,7 +51,6 @@ void setup() {
5151

5252
//Serial3.begin(57600); // When using hardware serial. Pick the serial port you want to use.
5353
//gpstar.start(Serial3);
54-
Serial.begin(9600); // When using hardware serial. Pick the serial port you want to use.
5554

5655
delay(10);
5756

0 commit comments

Comments
 (0)