We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9e4df1d + c470915 commit 5f8b315Copy full SHA for 5f8b315
2 files changed
library.properties
@@ -1,5 +1,5 @@
1
name=GoGoBoard Arduino Library
2
-version=1.2.0
+version=1.2.1
3
author=P.Pongpakatien
4
maintainer=LILCMU <peeranut32@gmail.com>
5
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.h
@@ -103,7 +103,6 @@
103
#define BYTE_HEADER_OFFSET 4 //? 54 fe type len (report pkt)
104
105
typedef enum {
106
- TYPE_UNDEFINE,
107
TYPE_NUMBER,
108
TYPE_STRING
109
} logo_data_type;
0 commit comments