Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
epicfoox committed Jun 9, 2020
1 parent 37f7e2f commit 1876f5f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion library.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"type": "git",
"url": "https://github.com/stemi-education/stemi-hexapod"
},
"version": "2.0.9",
"version": "2.0.10",
"frameworks": "arduino",
"platforms": "*"
}
Expand Down
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=stemi-hexapod
version=2.0.9
version=2.0.10
author=STEMI ([email protected])
maintainer=Luka Fucek ([email protected])
sentence=Library for controlling STEMI Hexapod v2.
Expand Down
4 changes: 2 additions & 2 deletions src/SharedData.h
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ For additional information please check http://www.stemi.education.

#define HEXAPOD_SW_VERSION_MAJOR 2
#define HEXAPOD_SW_VERSION_MINOR 0
#define HEXAPOD_SW_VERSION_PATCH 9
#define HEXAPOD_SW_VERSION_PATCH 10
#define HEXAPOD_HW_VERSION_MAJOR 2
#define HEXAPOD_HW_VERSION_MINOR 0
#define HEXAPOD_HW_VERSION_PATCH 0
Expand Down Expand Up @@ -268,7 +268,7 @@ struct LedCtrl
uint8_t secondarClr[3] = { 0,0,0 };
float rotationSpeed = 0; // [-10, 0=off, 10] ~ rotations / s
float blinkingSpeed = 0; // [0=off, 10] ~ blinks / s
uint8_t blinkShape = 0;// [0, 1, 2...](sine, square) //TODO make MACROS with names
uint8_t blinkShape = 0;// [0, 1, 2...](sine, square) //TODO make MACROS with names
uint8_t manualClr[6][3];
uint8_t finalClr[6][3];
int8_t mode = LED_PARAMETRIC_MODE;
Expand Down

0 comments on commit 1876f5f

Please sign in to comment.