Skip to content

Commit

Permalink
Bump firmware to v0254.2
Browse files Browse the repository at this point in the history
  • Loading branch information
YutingYou committed Jan 5, 2021
1 parent e6a58da commit 3d8187c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions source/daplink/info.c
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,8 @@ static void __attribute__((optimize("O0"))) setup_basics(void)
string_version[idx++] = '0' + (DAPLINK_VERSION / 100) % 10;
string_version[idx++] = '0' + (DAPLINK_VERSION / 10) % 10;
string_version[idx++] = '0' + (DAPLINK_VERSION / 1) % 10;
string_version[idx++] = '.';
string_version[idx++] = '2';
string_version[idx++] = 0;
}

Expand Down

0 comments on commit 3d8187c

Please sign in to comment.