Skip to content

Commit c1c47b9

Browse files
committed
Merge branch 'release/version-1.6.2'
2 parents a5ca437 + fc99fb2 commit c1c47b9

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=GoGoBoard Arduino Library
2-
version=1.6.1
2+
version=1.6.2
33
author=P.Pongpakatien, T.Phoeyphon
44
maintainer=LILCMU <peeranut32@gmail.com>
55
sentence=A library for built-in STM32 arduino core on GoGoBoard to enabled fully functional of hardware along with the used of students.

src/GoGoBoardArduino.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ void GoGoBoardArduino::irqCallback(void)
163163

164164
void GoGoBoardArduino::begin(void)
165165
{
166-
SerialUSB.begin(GOGO_DEFAULT_BAUDRATE);
166+
SerialUSB.begin();
167167
gogoSerial.begin(GOGO_DEFAULT_BAUDRATE);
168168
pinMode(GOGO_LED_PIN, OUTPUT);
169169

src/GoGoBoardArduino.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
#define SERIAL_1ST_HEADER 0x54
1616
#define SERIAL_2ND_HEADER 0xFE
1717

18-
#define GOGO_DEFAULT_BAUDRATE 115200
18+
#define GOGO_DEFAULT_BAUDRATE 921600
1919
#define GOGO_DEFAULT_BUFFER_SIZE 256
2020

2121
#define GOGO_BOOT_BUTTON PB2

0 commit comments

Comments
 (0)