mirror of
https://github.com/lumapu/ahoy.git
synced 2025-05-21 21:06:10 +02:00
fix: doCalculations was not called
This commit is contained in:
parent
71c83ac1fb
commit
41b4f72b52
3 changed files with 7 additions and 1 deletions
5
.gitignore
vendored
5
.gitignore
vendored
|
@ -10,3 +10,8 @@ compile_commands.json
|
|||
CTestTestfile.cmake
|
||||
_deps
|
||||
build
|
||||
/**/Debug
|
||||
/**/v16/*
|
||||
*.db
|
||||
*.suo
|
||||
*.ipch
|
||||
|
|
|
@ -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]++;
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
//-------------------------------------
|
||||
#define VERSION_MAJOR 0
|
||||
#define VERSION_MINOR 3
|
||||
#define VERSION_PATCH 0
|
||||
#define VERSION_PATCH 1
|
||||
|
||||
|
||||
//-------------------------------------
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue