Skip to content

Commit

Permalink
Update firmware version string
Browse files Browse the repository at this point in the history
  • Loading branch information
bessman committed Jul 27, 2024
1 parent 7f71cb3 commit 855a76b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/helpers/device.c
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ static union {
} const VERSION_FW = {{
.major = 3,
.minor = 0,
.patch = 1
.patch = 2
}};

response_t DEVICE_GetVersion(void) {
Expand Down

0 comments on commit 855a76b

Please sign in to comment.