From f770a8e436640aaab31433e03ddde73115c12495 Mon Sep 17 00:00:00 2001 From: anschrammh Date: Fri, 24 Mar 2023 14:51:42 +0100 Subject: [PATCH] Added new parameter to be able to build the firmware for the breadboard platform or the PCB (latest) platform --- src/W800_SDK_v1.00.10/app/app_config.h | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/src/W800_SDK_v1.00.10/app/app_config.h b/src/W800_SDK_v1.00.10/app/app_config.h index 189f579..4a7b840 100644 --- a/src/W800_SDK_v1.00.10/app/app_config.h +++ b/src/W800_SDK_v1.00.10/app/app_config.h @@ -8,6 +8,18 @@ * */ +/** + * @brief Defines for which platform to compile the firmware for : + * + * SMART_WATCH_BREADBOARD : the smart watch dev hardware which is on a breadboard + * SMART_WATCH_PCB : the smart watch using the PCB + * + */ +#define SMART_WATCH_BREADBOARD (0) +#define SMART_WATCH_PCB (1) + +#define HARDWARE_PLATFORM SMART_WATCH_PCB + /** * @brief Define which kind of logs to display : *