Fix: remove setting coinVal and acc to fixed (test) values,
plus remove call to emp_sendSettings().
This commit is contained in:
parent
81d1e2984a
commit
c0ae02edaf
11
win14_mw.cpp
11
win14_mw.cpp
@ -649,13 +649,14 @@ bool T_win14::working(uint16_t *nextScreen, uint8_t *useNavi)
|
|||||||
{
|
{
|
||||||
myStep++;
|
myStep++;
|
||||||
myTO->start(200);
|
myTO->start(200);
|
||||||
uint16_t acc=0x07; // accept 5c,10c,20c
|
//uint16_t acc=0x7E; // accept 10c-2€ & Token
|
||||||
uint16_t coinVal[16];
|
uint16_t coinVal[16];
|
||||||
memset(coinVal,0,32);
|
memset(coinVal,0,32);
|
||||||
coinVal[0]=2;
|
//coinVal[0]=5;
|
||||||
coinVal[3]=49;
|
//coinVal[3]=50;
|
||||||
coinVal[10]=230;
|
//coinVal[10]=0;
|
||||||
HWaccess->emp_sendSettings(acc, 12, coinVal); // getestet 19.10.23TS
|
// 17.11.23 raus.
|
||||||
|
//HWaccess->emp_sendSettings(acc, 12, coinVal); // getestet 19.10.23TS
|
||||||
}
|
}
|
||||||
} else
|
} else
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user