From f0a0f7b417298a415f9d5967abbc2035ee49f60f Mon Sep 17 00:00:00 2001 From: Bastian Dehn Date: Tue, 23 Sep 2025 17:39:01 +0200 Subject: [PATCH] fix description profile in config --- src/kds_s2000w_net.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/kds_s2000w_net.conf b/src/kds_s2000w_net.conf index ab41772..af48ee6 100644 --- a/src/kds_s2000w_net.conf +++ b/src/kds_s2000w_net.conf @@ -2,9 +2,9 @@ scanner_url = "https://scanner.example.com" username = "muster" # option profile how many option descriptors are load -# 0=PROFILE_FULL +# 0=PROFILE_MIN # 1=PROFILE_230802_V1_0_36 -# 2=PROFILE_MIN +# 2=PROFILE_FULL # profile (default: 0) profile = 0 -- 2.47.3