From 4a09007dcc7d8ab37100f0ce6c1d4b984088ee6c Mon Sep 17 00:00:00 2001 From: phail Date: Wed, 25 Dec 2019 02:46:12 +0100 Subject: [PATCH] fix read only for paddle --- src/protocolFunctions.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/protocolFunctions.c b/src/protocolFunctions.c index a503dbc..7dcb86f 100644 --- a/src/protocolFunctions.c +++ b/src/protocolFunctions.c @@ -50,7 +50,7 @@ void fn_customPing ( PROTOCOL_STAT *s, PARAMSTAT *param, unsigned char cmd, PROT // Variable & Functions for 0x__ Paddelparameters PARAMSTAT paddelParameters = - { 0x70, "PaddelParametes", NULL, UI_NONE, NULL, 0, fn_defaultProcessingReadOnly }; + { 0x70, "PaddelParametes", NULL, UI_NONE, NULL, 0, fn_defaultProcessing }; //////////////////////////////////////////////////////////////////////////////////////////// // initialize protocol and register functions