Skip to content

Commit

Permalink
Update firmware version string to 3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bessman committed Jul 9, 2024
1 parent 54034b8 commit a8aeed6
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 = 0
.patch = 1
}};

response_t DEVICE_GetVersion(void) {
Expand Down

0 comments on commit a8aeed6

Please sign in to comment.