Skip to content

Commit a8aeed6

Browse files
committed
Update firmware version string to 3.0.1
1 parent 54034b8 commit a8aeed6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/helpers/device.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ static union {
2424
} const VERSION_FW = {{
2525
.major = 3,
2626
.minor = 0,
27-
.patch = 0
27+
.patch = 1
2828
}};
2929

3030
response_t DEVICE_GetVersion(void) {

0 commit comments

Comments
 (0)