Skip to content

Commit

Permalink
fw: Bump the revision
Browse files Browse the repository at this point in the history
Nothing changed in firmware since v1.9.2, but this is so it matches the
overall release version.
  • Loading branch information
sultanqasim committed May 8, 2024
1 parent c7a1b94 commit 588e163
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fw/measurements.c
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ void reportVersion()
buf[0] = MEASTYPE_VERSION;
buf[1] = 1; // major version
buf[2] = 9; // minor version
buf[3] = 2; // revision
buf[3] = 3; // revision
buf[4] = 0; // API level

reportMeasurement(buf, sizeof(buf));
Expand Down

0 comments on commit 588e163

Please sign in to comment.