Skip to content

Commit

Permalink
[fw] change firmware version
Browse files Browse the repository at this point in the history
  • Loading branch information
MicBoucinha committed Jul 29, 2021
1 parent b1138b8 commit dfb3903
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Firmware/Pump/app.c
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ void hwbp_app_initialize(void)
/* Define versions */
uint8_t hwH = 1;
uint8_t hwL = 0;
uint8_t fwH = 1;
uint8_t fwL = 0;
uint8_t fwH = 0;
uint8_t fwL = 1;
uint8_t ass = 0;

/* Start core */
Expand Down

0 comments on commit dfb3903

Please sign in to comment.