Skip to content

Commit fa2a4dd

Browse files
committed
1.0.2
1 parent ae94421 commit fa2a4dd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=Arduino_AlvikCarrier
2-
version=1.0.1
2+
version=1.0.2
33
author=Arduino, Giovanni di Dio Bruno, Lucio Rossi
44
maintainer=Arduino <[email protected]>
55
sentence=Library and firmware for Arduino Alvik Carrier board

src/definitions/robot_definitions.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ const float MOTION_FX_PERIOD = (1000U / MOTION_FX_FREQ);
8888
// Library version
8989
#define VERSION_BYTE_HIGH 1
9090
#define VERSION_BYTE_MID 0
91-
#define VERSION_BYTE_LOW 1
91+
#define VERSION_BYTE_LOW 2
9292

9393

9494

0 commit comments

Comments
 (0)