master tests

This commit is contained in:
2022-02-28 16:28:15 +01:00
parent dd8aebb0ab
commit b6d63a8381
2 changed files with 44 additions and 3 deletions

View File

@ -472,14 +472,15 @@ int readConfigFile() {
return initError;
}
if (ignoreConfigFileFlag) {
return OK;
}
#ifndef VIRTUAL
// if not found in config file, they will be reset to hardware settings
top = -1;
master = -1;
#endif
if (ignoreConfigFileFlag) {
return OK;
}
const int fileNameSize = 128;
char fname[fileNameSize];