We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a11580 commit 1d479bbCopy full SHA for 1d479bb
1 file changed
examples/BasicExample/BasicExample.ino
@@ -32,7 +32,7 @@
32
33
#include <AltSoftSerial.h> // When using AltSoftSerial.
34
AltSoftSerial altSerial;
35
-#include <HardwareSerial.h> // When using hardware serial.
+//#include <HardwareSerial.h> // When using hardware serial.
36
37
#include <GPStarAudio.h>
38
gpstarAudio gpstar;
@@ -51,7 +51,6 @@ void setup() {
51
52
//Serial3.begin(57600); // When using hardware serial. Pick the serial port you want to use.
53
//gpstar.start(Serial3);
54
- Serial.begin(9600); // When using hardware serial. Pick the serial port you want to use.
55
56
delay(10);
57
0 commit comments