Skip to content

Commit 6b09621

Browse files
committed
0.0.6
1 parent 6cb77d8 commit 6b09621

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_Robot_Firmware
2-
version=0.0.5
2+
version=0.0.6
33
author=Arduino, Giovanni di Dio Bruno, Lucio Rossi
44
maintainer=Arduino <[email protected]>
55
sentence=Library and firmware for Arduino Alvik

src/definitions/robot_definitions.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,6 @@ const float MOTION_FX_PERIOD = (1000U / MOTION_FX_FREQ);
5555

5656
#define VERSION_BYTE_HIGH 0
5757
#define VERSION_BYTE_MID 0
58-
#define VERSION_BYTE_LOW 5
58+
#define VERSION_BYTE_LOW 6
5959

6060
#endif

0 commit comments

Comments
 (0)