programm works

This commit is contained in:
2024-09-22 21:38:17 +03:00
parent b98846eac1
commit 5b4db505c2
6 changed files with 263 additions and 117 deletions

View File

@ -106,8 +106,8 @@ typedef struct __attribute__((packed)) {
} HardwareInit_t;
typedef struct __attribute__((packed)) {
uint32_t totalShots;
uint32_t totalPrograms;
uint32_t shotsInShot;
uint32_t shotsInProgram;
uint32_t totalMacros;
} Statistics;