Skip to content

Commit 58787c8

Browse files
authored
Merge pull request #27 from gpstar81/vchange
example update and version increment
2 parents 8a11580 + f850629 commit 58787c8

3 files changed

Lines changed: 3 additions & 4 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

library.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "GPStar Audio Serial Library",
3-
"version": "1.3.1",
3+
"version": "1.3.2",
44
"description": "A serial communication control library for the GPStar Audio and GPStar Audio XL series of audio boards from GPStar Technologies.",
55
"keywords": "audio, serial, music, wav",
66
"authors":

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=GPStar Audio Serial Library
2-
version=1.3.1
2+
version=1.3.2
33
author=Michael Rajotte
44
license=GPL-3.0-or-later
55
maintainer=Michael Rajotte <michael.rajotte@gpstartechnologies.com>

0 commit comments

Comments
 (0)