Skip to content

Commit

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

/* Start core */
Expand Down

0 comments on commit 8a780e0

Please sign in to comment.