Merge branch 'master' into palanga-switch-terminal-on-off

This commit is contained in:
Siegfried Siegert 2024-11-13 14:18:45 +01:00
commit d5693cb2b1
Signed by untrusted user: SiegfriedSiegert
GPG Key ID: 68371E015E8F0B03

View File

@ -1205,7 +1205,7 @@ char T_datif::loadRecDataFromFrame()
uit2=0; uit2=0;
} }
if (uit2==3 || uit2==5 || uit2==10 || uit2==20 || uit2==50 || uit2==100 || uit2==200 || uit2==500) if (uit2==3 || uit2==5 || uit2==10 || uit2==20 || uit2==40 || uit2==50 || uit2==100 || uit2==200 || uit2==500)
{ {
// valid coin // valid coin
if ((newInsertedAmount != lastInsertedAmount) || uit2>0 ) if ((newInsertedAmount != lastInsertedAmount) || uit2>0 )