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

[+] timeout in reading after connect sequence

[*] Some fixes with root role behavior
parent 1c65383c
No related branches found
No related tags found
No related merge requests found
Pipeline #7128 passed with stages
in 7 minutes and 5 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 19)
SET( CPACK_PACKAGE_VERSION_PATCH 20)
#
# init CellFrame SDK
......
Subproject commit 2922800eddeb217e1081093d7dc68f2f28433926
Subproject commit 907a0c836be8a2789e1aa537c9abe97a6ae92f26
......@@ -57,6 +57,7 @@ pricelist=[]
# DAP network protocol client
[dap_client]
#timeout=10
#timeout_read_after_connect=5
#max_tries=5
# Chain network settings
......
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