From c6d49f1b432643b7264ead36abaf0c23df1b299c Mon Sep 17 00:00:00 2001 From: Bastian Dehn Date: Fri, 27 Mar 2026 16:21:44 +0100 Subject: [PATCH] change full profile to default --- src/kds_s2000w_handler.h | 4 ++-- src/kds_s2000w_net.conf | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/kds_s2000w_handler.h b/src/kds_s2000w_handler.h index 05c348a..d615e7e 100644 --- a/src/kds_s2000w_handler.h +++ b/src/kds_s2000w_handler.h @@ -5,9 +5,9 @@ #include typedef enum { - PROFILE_MIN, + PROFILE_FULL, PROFILE_230802_V1_0_36, - PROFILE_FULL + PROFILE_MIN } profile_t; typedef enum { diff --git a/src/kds_s2000w_net.conf b/src/kds_s2000w_net.conf index af48ee6..ab41772 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_MIN +# 0=PROFILE_FULL # 1=PROFILE_230802_V1_0_36 -# 2=PROFILE_FULL +# 2=PROFILE_MIN # profile (default: 0) profile = 0 -- 2.47.3