From 08a8f5d321bc93f77fd953b36fd4ea7722ed316e Mon Sep 17 00:00:00 2001 From: Bastian Dehn Date: Wed, 31 Jul 2024 20:51:36 +0200 Subject: [PATCH] add readme debug print --- readme.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 3fd7904..f2c5a40 100644 --- a/readme.md +++ b/readme.md @@ -88,13 +88,16 @@ cmake -DRUN_TESTS=on .. make ``` -build with debug symboles +build with debug symboles and debug prints ```bash cmake -DCMAKE_BUILD_TYPE=DEBUG .. make ``` +It can debug print with level 1 to 6 with envorioment variable +KDS_S2000W_NET_DEBUG=<1-6> + ## Architecture The diagram is created with Markdown Preview Mermaid Support plugin for VSCode. -- 2.39.5