Skip to content

Commit

Permalink
Raised firmware version.
Browse files Browse the repository at this point in the history
  • Loading branch information
filcarv committed Jun 28, 2024
1 parent c7e0dd9 commit 2fc282c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Firmware/VestibularVrH2/app.c
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ void hwbp_app_initialize(void)
/* Define versions */
uint8_t hwH = 1;
uint8_t hwL = 0;
uint8_t fwH = 0;
uint8_t fwL = 5;
uint8_t fwH = 1;
uint8_t fwL = 0;
uint8_t ass = 0;

/* Start core */
Expand Down

0 comments on commit 2fc282c

Please sign in to comment.