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 80f45a0 commit 7c2c7b4Copy full SHA for 7c2c7b4
firmware/receiver/src/version.h
@@ -5,7 +5,7 @@
5
// App version components
6
static const uint8_t VERSION_MAJOR = 0;
7
static const uint8_t VERSION_MINOR = 9;
8
-static const uint8_t VERSION_PATCH = 2;
+static const uint8_t VERSION_PATCH = 3;
9
10
// Full version number
11
static const uint32_t VERSION_FULL = (VERSION_MAJOR << 24) | (VERSION_MINOR << 16) | (VERSION_PATCH << 8);
0 commit comments