We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb3be1a commit 27b7b79Copy full SHA for 27b7b79
Arduino Sketch/main/BLE.h
@@ -20,11 +20,11 @@
20
21
#include "esp_ota_ops.h"
22
23
-#define SOFTWARE_VERSION_MAJOR 0
24
-#define SOFTWARE_VERSION_MINOR 1
25
-#define SOFTWARE_VERSION_PATCH 1
26
-#define HARDWARE_VERSION_MAJOR 1
27
-#define HARDWARE_VERSION_MINOR 3
+#define SOFTWARE_VERSION_MAJOR 2
+#define SOFTWARE_VERSION_MINOR 0
+#define SOFTWARE_VERSION_PATCH 0
+#define HARDWARE_VERSION_MAJOR 2
+#define HARDWARE_VERSION_MINOR 0
28
29
class BLE; // forward declaration
30
GithubRepo/v1.3.bin
-940 KB
GithubRepo/v1.2.bin renamed to GithubRepo/v2.0.bin
940 KB
GithubRepo/version.json
@@ -1,5 +1,11 @@
1
{
2
"firmware": [
3
+ {
4
+ "software": "v2.0.0",
5
+ "hardware": [
6
+ "v2.0"
7
+ ]
8
+ },
9
10
"software": "v0.1.1",
11
"hardware": [
0 commit comments