From 0e73adba06de620b76f54cc2bd8b49e6bb2484d5 Mon Sep 17 00:00:00 2001 From: Shuanglei Tao Date: Fri, 4 Jul 2025 21:58:06 +0800 Subject: [PATCH] bump version to 0x17 --- EPD/EPD_service.h | 2 +- tools/make-ota-nrf51.bat | 2 +- tools/make-ota-nrf52.bat | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/EPD/EPD_service.h b/EPD/EPD_service.h index 608013a..9896e4d 100644 --- a/EPD/EPD_service.h +++ b/EPD/EPD_service.h @@ -43,7 +43,7 @@ void ble_epd_evt_handler(ble_evt_t const * p_ble_evt, void * p_context); #define BLE_EPD_DEF(_name) static ble_epd_t _name; #endif -#define APP_VERSION 0x16 +#define APP_VERSION 0x17 #define BLE_UUID_EPD_SVC_BASE {{0XEC, 0X5A, 0X67, 0X1C, 0XC1, 0XB6, 0X46, 0XFB, \ 0X8D, 0X91, 0X28, 0XD8, 0X22, 0X36, 0X75, 0X62}} diff --git a/tools/make-ota-nrf51.bat b/tools/make-ota-nrf51.bat index 2973543..326799a 100644 --- a/tools/make-ota-nrf51.bat +++ b/tools/make-ota-nrf51.bat @@ -2,7 +2,7 @@ set PATH=%PATH%;%~dp0bin -set fw_ver=0x16 +set fw_ver=0x17 set fw_hex=%1%2.hex set p_key=%~dp0priv.pem set bl_hex=%~dp0bootloader\bl_nrf51822_xxaa_s130.hex diff --git a/tools/make-ota-nrf52.bat b/tools/make-ota-nrf52.bat index e3261c7..5d850a7 100644 --- a/tools/make-ota-nrf52.bat +++ b/tools/make-ota-nrf52.bat @@ -2,7 +2,7 @@ set PATH=%PATH%;%~dp0bin -set fw_ver=0x16 +set fw_ver=0x17 set fw_hex=%1%2.hex set p_key=%~dp0priv.pem set bl_hex=%~dp0bootloader\bl_nrf52811_xxaa_s112.hex