From 9e9906ea100d2ace6949dc1391a77843d102d182 Mon Sep 17 00:00:00 2001 From: Bastian Dehn Date: Tue, 23 Sep 2025 15:04:28 +0200 Subject: [PATCH] change full profile max value --- src/kds_s2000w_net.conf | 3 ++- src/kds_s2000w_option_descriptors.h | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/src/kds_s2000w_net.conf b/src/kds_s2000w_net.conf index 8d00ce8..77f0d1d 100644 --- a/src/kds_s2000w_net.conf +++ b/src/kds_s2000w_net.conf @@ -1,7 +1,8 @@ scanner_url = "https://scanner.example.com" username = "muster" -profile = 0 +# profile: 0=FULL 1=MIN +profile = 1 # log levels: 0=OFF, 1=FATAL, 2=ERROR, 3=WARN, 4=INFO, 5=DEBUG, 6=ALL # set KDS_S2000W_NET_DEBUG enviroment variable diff --git a/src/kds_s2000w_option_descriptors.h b/src/kds_s2000w_option_descriptors.h index 7ff0e03..8cccd19 100644 --- a/src/kds_s2000w_option_descriptors.h +++ b/src/kds_s2000w_option_descriptors.h @@ -58,8 +58,8 @@ #define DOCUMENT_FEEDER_TIMEOUT_RESPONSE "DocumentFeederTimeoutResponse" enum { - PROFILE_FULL, - PROFILE_MIN + PROFILE_MIN, + PROFILE_FULL }; typedef struct { -- 2.47.3