fix: doCalculations was not called

This commit is contained in:
lumapu 2022-04-30 09:44:20 +02:00
parent 71c83ac1fb
commit 41b4f72b52
3 changed files with 7 additions and 1 deletions

5
.gitignore vendored
View file

@ -10,3 +10,8 @@ compile_commands.json
CTestTestfile.cmake
_deps
build
/**/Debug
/**/v16/*
*.db
*.suo
*.ipch

View file

@ -136,6 +136,7 @@ void app::loop(void) {
if(iv->assign[i].cmdId == *cmd)
iv->addValue(i, &p->packet[11]);
}
iv->doCalculations();
}
if(*cmd == 0x01) mCmds[0]++;

View file

@ -25,7 +25,7 @@
//-------------------------------------
#define VERSION_MAJOR 0
#define VERSION_MINOR 3
#define VERSION_PATCH 0
#define VERSION_PATCH 1
//-------------------------------------