Skip to content

Commit 25c5288

Browse files
committed
bump version to 0x18
1 parent f585b59 commit 25c5288

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

EPD/EPD_service.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ void ble_epd_evt_handler(ble_evt_t const * p_ble_evt, void * p_context);
4343
#define BLE_EPD_DEF(_name) static ble_epd_t _name;
4444
#endif
4545

46-
#define APP_VERSION 0x17
46+
#define APP_VERSION 0x18
4747

4848
#define BLE_UUID_EPD_SVC_BASE {{0XEC, 0X5A, 0X67, 0X1C, 0XC1, 0XB6, 0X46, 0XFB, \
4949
0X8D, 0X91, 0X28, 0XD8, 0X22, 0X36, 0X75, 0X62}}

tools/make-ota-nrf51.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
set PATH=%PATH%;%~dp0bin
44

5-
set fw_ver=0x17
5+
set fw_ver=0x18
66
set fw_hex=%1%2.hex
77
set p_key=%~dp0priv.pem
88
set bl_hex=%~dp0bootloader\bl_nrf51822_xxaa_s130.hex

tools/make-ota-nrf52.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
set PATH=%PATH%;%~dp0bin
44

5-
set fw_ver=0x17
5+
set fw_ver=0x18
66
set fw_hex=%1%2.hex
77
set p_key=%~dp0priv.pem
88
set bl_hex=%~dp0bootloader\bl_nrf52811_xxaa_s112.hex

0 commit comments

Comments
 (0)