Skip to content

Commit d8c2611

Browse files
committed
Bumped up the versions
1 parent e29759f commit d8c2611

3 files changed

Lines changed: 5 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## v1.9.2(013) (May 17, 2016)
2+
- Used the correct delay method for 1Sheeld+ workaround.
3+
14
## v1.9.1(012) (May 15, 2016)
25
- Added a workaround for 1Sheeld+ slow sending to prevent overruns.
36

OneSheeld.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
#define START_OF_FRAME 0xFF
3333
#define END_OF_FRAME 0x00
3434
//Library Version
35-
#define LIBRARY_VERSION 12
35+
#define LIBRARY_VERSION 13
3636
//Time between sending Frames
3737
#define TIME_GAP 200UL
3838

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=OneSheeld
2-
version=1.9.1
2+
version=1.9.2
33
author=Integreight, Inc. <info@integreight.com>
44
maintainer=Eslam Ali <eali@integreight.com>, Islam Mustafa <islam@integreight.com>, Mustafa Fayez <mustafa@integreight.com>
55
sentence=It allows you to control your 1Sheeld(s).

0 commit comments

Comments
 (0)