Skip to content
Snippets Groups Projects
Commit fa995310 authored by Dmitriy A. Gerasimov's avatar Dmitriy A. Gerasimov
Browse files

[+] debug_more for dap_client section

[*] Fix in timeouts for reconnection attempts
parent d10723f1
No related branches found
No related tags found
No related merge requests found
Pipeline #7130 passed with stages
in 6 minutes and 59 seconds
......@@ -8,7 +8,7 @@ set(CMAKE_C_STANDARD 11)
SET( CPACK_PACKAGE_NAME "${PROJECT_NAME}")
SET( CPACK_PACKAGE_VERSION_MAJOR 4)
SET( CPACK_PACKAGE_VERSION_MINOR 3)
SET( CPACK_PACKAGE_VERSION_PATCH 20)
SET( CPACK_PACKAGE_VERSION_PATCH 21)
#
# init CellFrame SDK
......
Subproject commit 907a0c836be8a2789e1aa537c9abe97a6ae92f26
Subproject commit e1da18b080bda2748cfdc0040ee63ed26e3947ec
......@@ -56,6 +56,7 @@ pricelist=[]
# DAP network protocol client
[dap_client]
#debug_more=false
#timeout=10
#timeout_read_after_connect=5
#max_tries=5
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment