From f567fb7c9913bc051e17227f83ad07f3b1309870 Mon Sep 17 00:00:00 2001 From: Shuanglei Tao Date: Tue, 20 May 2025 15:47:07 +0800 Subject: [PATCH] fix nrf52 ota build script --- tools/make-ota-nrf52.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/make-ota-nrf52.bat b/tools/make-ota-nrf52.bat index 546b9a4..a826f8c 100644 --- a/tools/make-ota-nrf52.bat +++ b/tools/make-ota-nrf52.bat @@ -6,7 +6,7 @@ set fw_ver=0x16 set fw_hex=%1%2.hex set p_key=%~dp0priv.pem set bl_hex=%~dp0bootloader\bl_nrf52811_xxaa_s112.hex -set sd_hex=%~dp0..\SDK\17.1.0_ddde560\components\softdevice\s112\hex\s112_nrf52_7.2.0_softdevice.hex +set sd_hex=%~dp0..\SDK\17.1.0_ddde560\components\softdevice\s112\hex\s112_nrf52_7.3.0_softdevice.hex set settings=%1%2-settings.hex set fw_full_hex=%1%2-full.hex set ota_zip=%1%2-ota.zip