From 2d0b4b4c67cc77b3bcb7405b92b92852dd135c9e Mon Sep 17 00:00:00 2001 From: puddly <32534428+puddly@users.noreply.github.com> Date: Fri, 3 May 2024 13:11:46 -0400 Subject: [PATCH] Revert `SL_APPLICATION_PRODUCT_ID` change in firmware eraser --- misc/firmware-eraser/config/app_properties_config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/firmware-eraser/config/app_properties_config.h b/misc/firmware-eraser/config/app_properties_config.h index 6951a569..792f1c8f 100644 --- a/misc/firmware-eraser/config/app_properties_config.h +++ b/misc/firmware-eraser/config/app_properties_config.h @@ -58,7 +58,7 @@ #define SL_APPLICATION_CAPABILITIES 0 //Product ID of the device for which the application is built -#define SL_APPLICATION_PRODUCT_ID { 0 } +#define SL_APPLICATION_PRODUCT_ID { 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF } //