Skip to content

Commit 891f08f

Browse files
committed
Current state is good enough to qualify it as Release 1.2
1 parent 086b0d6 commit 891f08f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

software/firmware/source/SoftRF/SoftRF.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@
3232
#endif /* RASPBERRY_PI */
3333

3434
#define SOFTRF_IDENT "SoftRF"
35-
#define SOFTRF_FIRMWARE_VERSION "1.1"
36-
#define SOFTRF_USB_FW_VERSION 0x0101
35+
#define SOFTRF_FIRMWARE_VERSION "1.2"
36+
#define SOFTRF_USB_FW_VERSION 0x0102
3737

3838
#define ENTRY_EXPIRATION_TIME 10 /* seconds */
3939
#define LED_EXPIRATION_TIME 5 /* seconds */

software/firmware/source/SoftRF/src/platform/nRF52.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -1332,12 +1332,12 @@ static nRF52_display_id nRF52_EPD_ident()
13321332
* 0x2D:
13331333
* FF FF FF FF FF FF FF FF FF FF FF - C1
13341334
* 00 00 00 00 00 FF 40 00 00 00 01 - D67 SYX 1942
1335-
* 00 00 00 FF 00 00 40 01 00 00 00 - D67
1335+
* 00 00 00 FF 00 00 40 01 00 00 00 - D67 SYX 2118
13361336
*
13371337
* 0x2E:
13381338
* 00 00 00 00 00 00 00 00 00 00 - C1
13391339
* 00 00 00 00 00 00 00 00 00 00 - D67 SYX 1942
1340-
* 00 05 00 9A 00 55 35 37 14 0C - D67
1340+
* 00 05 00 9A 00 55 35 37 14 0C - D67 SYX 2118
13411341
*/
13421342
#endif
13431343

0 commit comments

Comments
 (0)