Skip to content

Commit

Permalink
Bump screen version to 61 #231
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebazzz committed Apr 12, 2021
1 parent 2063b7d commit c4f9e0a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ enum DGUSLCD_Screens : uint8_t {

// Version checks
constexpr uint16_t VP_UI_VERSION_MAJOR = 0xFFFA;
constexpr uint16_t EXPECTED_UI_VERSION_MAJOR = 60;
constexpr uint16_t EXPECTED_UI_VERSION_MAJOR = 61;
constexpr uint16_t VERSION_MISMATCH_BUZZ_AMOUNT = 5;
constexpr uint16_t VERSION_MISMATCH_LED_FLASH_DELAY = 1000;

Expand Down

0 comments on commit c4f9e0a

Please sign in to comment.