WXK
2024-12-20 51135221cd73a2b3a6ce4b5ec906396d5a33b4c7
01_SDK/nimble/samples/solutions/ble_panchip_cte_beacon/keil_107x/configuration/app_config_spark.h
@@ -86,7 +86,7 @@
/* Select a low-speed clock source  */
// <o> Low-Speed Clock   <0=> RCL    <1=> XTL  <2=> ACT32K
#define CONFIG_LOW_SPEED_CLOCK_SRC            2
#define CONFIG_LOW_SPEED_CLOCK_SRC            1
// <i> Select a low-speed clock source
/* CENTRAL maximum number of states supported */
@@ -134,11 +134,11 @@
// <h> Low Power Config
/* low power enable */
// <q> Low Power Enable
#define CONFIG_PM                      0
#define CONFIG_PM                      1
// <i> low power enable
// <q> Keep Flash Power in Low Power Mode
#define CONFIG_KEEP_FLASH_POWER_IN_LP_MODE    0
#define CONFIG_KEEP_FLASH_POWER_IN_LP_MODE    1
// <i> Select this means flash power would be retained in Low Power Mode, and
// <i> there would be a little avg-current increase (about 1uA). The benefit is that
// <i> the large peak current (>15mA) would not occur.