Skip to content

Commit

Permalink
reverse version number which has been incremented incorrectly
Browse files Browse the repository at this point in the history
  • Loading branch information
rayshobby committed Feb 18, 2021
1 parent 6bfe54c commit ece1f94
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions defines.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@ typedef unsigned long ulong;
#define TMP_BUFFER_SIZE 255 // scratch buffer size

/** Firmware version, hardware version, and maximal values */
#define OS_FW_VERSION 220 // Firmware version: 220 means 2.2.0
#define OS_FW_VERSION 219 // Firmware version: 220 means 2.2.0
// if this number is different from the one stored in non-volatile memory
// a device reset will be automatically triggered

#define OS_FW_MINOR 0 // Firmware minor version
#define OS_FW_MINOR 7 // Firmware minor version

/** Hardware version base numbers */
#define OS_HW_VERSION_BASE 0x00
Expand Down

0 comments on commit ece1f94

Please sign in to comment.