Очистка счетчика безналичной оплаты

This commit is contained in:
Dmitriy 2023-02-02 23:20:16 +03:00
parent a2bd120f87
commit 50e2f3b976
7 changed files with 5984 additions and 773 deletions

Binary file not shown.

5212
Flash/Exe/solarium_3_41.hex Normal file

File diff suppressed because it is too large Load Diff

View File

@ -423,7 +423,7 @@ void CheckLongCounters(void)
void ClearCounters(void) void ClearCounters(void)
{ {
SetArrayFram(offsetof(TFramMap, Counters), sizeof(CPU_INT32U)*((CHANNELS_NUM)*4 + 3), 0x00); SetArrayFram(offsetof(TFramMap, Counters), sizeof(CPU_INT32U)*((CHANNELS_NUM)*4 + 4), 0x00);
} }
/// èíêðåìåíò ñ÷åò÷èêà êóïþð ïî íîìèíàëàì /// èíêðåìåíò ñ÷åò÷èêà êóïþð ïî íîìèíàëàì

View File

@ -1,7 +1,7 @@
#ifndef _VERSION_H_ #ifndef _VERSION_H_
#define _VERSION_H_ #define _VERSION_H_
#define DEVICE_FW_VERSION "03.40" #define DEVICE_FW_VERSION "03.41"
#endif // #ifndef _VERSION_H_ #endif // #ifndef _VERSION_H_

File diff suppressed because one or more lines are too long

File diff suppressed because it is too large Load Diff

View File

@ -650,7 +650,7 @@
</option> </option>
<option> <option>
<name>OOCOutputFile</name> <name>OOCOutputFile</name>
<state>solarium_3_40.hex</state> <state>solarium_3_41.hex</state>
</option> </option>
<option> <option>
<name>OOCCommandLineProducer</name> <name>OOCCommandLineProducer</name>
@ -668,7 +668,7 @@
<data> <data>
<extensions></extensions> <extensions></extensions>
<cmdline></cmdline> <cmdline></cmdline>
<hasPrio>240</hasPrio> <hasPrio>1</hasPrio>
<buildSequence>inputOutputBased</buildSequence> <buildSequence>inputOutputBased</buildSequence>
</data> </data>
</settings> </settings>