Skip to content

Commit bcf0747

Browse files
adding v0.1.1 JSON and sketch for release
1 parent e8006e3 commit bcf0747

File tree

5 files changed

+9
-2
lines changed

5 files changed

+9
-2
lines changed

Arduino Sketch/main/BLE.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@
2222

2323
#define SOFTWARE_VERSION_MAJOR 0
2424
#define SOFTWARE_VERSION_MINOR 1
25-
#define SOFTWARE_VERSION_PATCH 0
25+
#define SOFTWARE_VERSION_PATCH 1
2626
#define HARDWARE_VERSION_MAJOR 1
27-
#define HARDWARE_VERSION_MINOR 3
27+
#define HARDWARE_VERSION_MINOR 2
2828

2929
class BLE; // forward declaration
3030

GithubRepo/v1_1.bin

-940 KB
Binary file not shown.

GithubRepo/v1_2.bin

0 Bytes
Binary file not shown.

GithubRepo/v1_3.bin

0 Bytes
Binary file not shown.

GithubRepo/version.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
{
22
"firmware": [
3+
{
4+
"software": "v0.1.1",
5+
"hardware": [
6+
"v1.3",
7+
"v1.2"
8+
]
9+
},
310
{
411
"software": "v0.1.0",
512
"hardware": [

0 commit comments

Comments
 (0)