summaryrefslogtreecommitdiff
path: root/src/sdk_config.h
diff options
context:
space:
mode:
authorJF <jf@codingfield.com>2020-06-16 18:36:24 (GMT)
committerJF <jf@codingfield.com>2020-06-16 18:36:24 (GMT)
commit9898fed80634c99c9dbe8ee8682dfdc259463654 (patch)
tree4be094c1e2c3a2b73b8c7b924fbd793ba416aa63 /src/sdk_config.h
parentfab220d0b9c6868b4fa96ce5f3e3f41b5454a0c7 (diff)
Update to nimble 1.3.0 + WIP : debug BLE connection issue with android phones.
Diffstat (limited to 'src/sdk_config.h')
-rw-r--r--src/sdk_config.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/sdk_config.h b/src/sdk_config.h
index a63eb6f..505d082 100644
--- a/src/sdk_config.h
+++ b/src/sdk_config.h
@@ -8460,15 +8460,15 @@
// <e> NRF_LOG_ENABLED - nrf_log - Logger
//==========================================================
#ifndef NRF_LOG_ENABLED
-#define NRF_LOG_ENABLED 0
+#define NRF_LOG_ENABLED 1
#endif
#ifndef NRF_LOG_BACKEND_RTT_ENABLED
-#define NRF_LOG_BACKEND_RTT_ENABLED 0
+#define NRF_LOG_BACKEND_RTT_ENABLED 1
#endif
#ifndef NRF_LOG_BACKEND_SERIAL_USES_RTT
-#define NRF_LOG_BACKEND_SERIAL_USES_RTT 0
+#define NRF_LOG_BACKEND_SERIAL_USES_RTT 1
#endif
// <h> Log message pool - Configuration of log message pool
@@ -12817,7 +12817,7 @@
// <o> SEGGER_RTT_CONFIG_MAX_NUM_UP_BUFFERS - Maximum number of upstream buffers.
#ifndef SEGGER_RTT_CONFIG_MAX_NUM_UP_BUFFERS
-#define SEGGER_RTT_CONFIG_MAX_NUM_UP_BUFFERS 2
+#define SEGGER_RTT_CONFIG_MAX_NUM_UP_BUFFERS 4
#endif
// <o> SEGGER_RTT_CONFIG_BUFFER_SIZE_DOWN - Size of downstream buffer.