From ea462ba5c8042f82a5c74fe15adb28341ec0afbc Mon Sep 17 00:00:00 2001 From: Thomas Date: Thu, 14 Mar 2024 15:16:27 +0100 Subject: [PATCH] call gpi_storeDI_CoinAttach to speed up coin attach detection --- src/datIf.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/datIf.cpp b/src/datIf.cpp index d3af537..0a10c11 100644 --- a/src/datIf.cpp +++ b/src/datIf.cpp @@ -1041,6 +1041,9 @@ char T_datif::loadRecDataFromFrame() // Could be set to every response but this (31) // is a very common and very important request gpi_storeDynMachineConditions(RdDleng, receivedData); + + gpi_storeDI_CoinAttach(receivedData[6]); // new, 14.2.24 needed for direct coin insertion + } /* funktioniert, ist aber nicht nötig. Signal wird nach dem shared memory erzeugt prnResult=receivedData[52];