Skip to content

Commit

Permalink
Current state is good enough to qualify it as Release 1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lyusupov committed Nov 4, 2022
1 parent 086b0d6 commit 891f08f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions software/firmware/source/SoftRF/SoftRF.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
#endif /* RASPBERRY_PI */

#define SOFTRF_IDENT "SoftRF"
#define SOFTRF_FIRMWARE_VERSION "1.1"
#define SOFTRF_USB_FW_VERSION 0x0101
#define SOFTRF_FIRMWARE_VERSION "1.2"
#define SOFTRF_USB_FW_VERSION 0x0102

#define ENTRY_EXPIRATION_TIME 10 /* seconds */
#define LED_EXPIRATION_TIME 5 /* seconds */
Expand Down
4 changes: 2 additions & 2 deletions software/firmware/source/SoftRF/src/platform/nRF52.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1332,12 +1332,12 @@ static nRF52_display_id nRF52_EPD_ident()
* 0x2D:
* FF FF FF FF FF FF FF FF FF FF FF - C1
* 00 00 00 00 00 FF 40 00 00 00 01 - D67 SYX 1942
* 00 00 00 FF 00 00 40 01 00 00 00 - D67
* 00 00 00 FF 00 00 40 01 00 00 00 - D67 SYX 2118
*
* 0x2E:
* 00 00 00 00 00 00 00 00 00 00 - C1
* 00 00 00 00 00 00 00 00 00 00 - D67 SYX 1942
* 00 05 00 9A 00 55 35 37 14 0C - D67
* 00 05 00 9A 00 55 35 37 14 0C - D67 SYX 2118
*/
#endif

Expand Down

0 comments on commit 891f08f

Please sign in to comment.