From b997ca7603918803df7cd771465f31dd38eee292 Mon Sep 17 00:00:00 2001 From: YunHorn Technology <dp.s@yunhorn.com> Date: Fri, 11 Oct 2024 20:24:30 +0800 Subject: [PATCH] --- updated for region --- LoRaWAN/Target/lorawan_conf.h | 4 ++-- STM32CubeIDE/Release/makefile | 1 - STM32CubeIDE/Release/sources.mk | 1 - 3 files changed, 2 insertions(+), 4 deletions(-) diff --git a/LoRaWAN/Target/lorawan_conf.h b/LoRaWAN/Target/lorawan_conf.h index a098ff6..2a1f57e 100644 --- a/LoRaWAN/Target/lorawan_conf.h +++ b/LoRaWAN/Target/lorawan_conf.h @@ -94,10 +94,10 @@ extern "C" { /*#define REGION_CN470*/ /*#define REGION_CN779*/ /*#define REGION_EU433*/ -#define REGION_EU868 +/*#define REGION_EU868*/ /*#define REGION_KR920*/ /*#define REGION_IN865*/ -#define REGION_US915 +/*#define REGION_US915*/ /*#define REGION_RU864*/ /*! diff --git a/STM32CubeIDE/Release/makefile b/STM32CubeIDE/Release/makefile index 809ed37..cc20b6b 100644 --- a/STM32CubeIDE/Release/makefile +++ b/STM32CubeIDE/Release/makefile @@ -15,7 +15,6 @@ RM := rm -rf -include Drivers/STM32WLxx_HAL_Driver/subdir.mk -include Drivers/CMSIS/subdir.mk -include Drivers/BSP/STM32WLxx_Nucleo/subdir.mk --include Drivers/BSP/53L8A1/subdir.mk -include Application/User/Startup/subdir.mk -include Application/User/LoRaWAN/Target/subdir.mk -include Application/User/LoRaWAN/App/subdir.mk diff --git a/STM32CubeIDE/Release/sources.mk b/STM32CubeIDE/Release/sources.mk index b0e063e..a11435c 100644 --- a/STM32CubeIDE/Release/sources.mk +++ b/STM32CubeIDE/Release/sources.mk @@ -26,7 +26,6 @@ Application/User/Core \ Application/User/LoRaWAN/App \ Application/User/LoRaWAN/Target \ Application/User/Startup \ -Drivers/BSP/53L8A1 \ Drivers/BSP/STM32WLxx_Nucleo \ Drivers/CMSIS \ Drivers/STM32WLxx_HAL_Driver \