fixed merge conflicts

This commit is contained in:
2021-04-26 17:50:36 +02:00
17 changed files with 929 additions and 23 deletions

View File

@ -21,7 +21,7 @@ void IMTQHandler::doStartUp(){
if(mode == _MODE_START_UP){
//TODO: Set to MODE_ON again
setMode(MODE_NORMAL);
communicationStep = CommunicationStep::SELT_TEST;
communicationStep = CommunicationStep::SELF_TEST;
}
}