Skip to content

Commit 6c1baf1

Browse files
committed
version update
1 parent 987a898 commit 6c1baf1

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.2
2+
version=1.0.3
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
@@ -92,7 +92,7 @@ const float MOTION_FX_PERIOD = (1000U / MOTION_FX_FREQ);
9292
// Library version
9393
#define VERSION_BYTE_HIGH 1
9494
#define VERSION_BYTE_MID 0
95-
#define VERSION_BYTE_LOW 2
95+
#define VERSION_BYTE_LOW 3
9696

9797

9898

0 commit comments

Comments
 (0)