From d93b406040e72c16f2baba9e490fdec51f335ad2 Mon Sep 17 00:00:00 2001 From: Siegfried Siegert Date: Tue, 1 Apr 2025 14:06:49 +0200 Subject: [PATCH] Fix: Bill recocnition ... ... "datIf::case 112" --- src/datIf.cpp | 22 ++++++++++------------ 1 file changed, 10 insertions(+), 12 deletions(-) diff --git a/src/datIf.cpp b/src/datIf.cpp index f0cda3a..2fa5b5d 100755 --- a/src/datIf.cpp +++ b/src/datIf.cpp @@ -1204,18 +1204,16 @@ char T_datif::loadRecDataFromFrame() uitmp=0; uit2=0; } - - if (uit2==3 || uit2==5 || uit2==10 || uit2==20 || uit2==40 || uit2==50 || uit2==100 || uit2==200 || uit2==500) - { - // valid coin - if ((newInsertedAmount != lastInsertedAmount) || uit2>0 ) - { - gpi_storeCurrentPayment(newInsertedAmount, uitmp, uit2); - emit datif_gotNewCoin(); // OR BILL if (uitmp & 0x8000)>0 - //qDebug()<<"emit new coin"; - lastInsertedAmount=newInsertedAmount; - //qCritical()<<"datif 112 store and emit new coin "<0 ) + if ((newInsertedAmount != lastInsertedAmount) || uit2==3 + || uit2==5 || uit2==10 || uit2==25 || uit2==40 + || uit2==50 || uit2==100 || uit2==200 || uit2==500 ) + { + gpi_storeCurrentPayment(newInsertedAmount, uitmp, uit2); + emit datif_gotNewCoin(); // OR BILL if (uitmp & 0x8000)>0 + //qDebug()<<"emit new coin"; + lastInsertedAmount=newInsertedAmount; + //qCritical()<<"datif 112 store and emit new coin "<