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 54034b8 commit a8aeed6Copy full SHA for a8aeed6
src/helpers/device.c
@@ -24,7 +24,7 @@ static union {
24
} const VERSION_FW = {{
25
.major = 3,
26
.minor = 0,
27
- .patch = 0
+ .patch = 1
28
}};
29
30
response_t DEVICE_GetVersion(void) {
0 commit comments