@ -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