Compare commits

..

No commits in common. "6470a421b587edf6d824eb5dc3204c61cc7eed43" and "8a6bc372a9ac2ff39250e4b3b6c9883d66916059" have entirely different histories.

1 changed files with 0 additions and 5 deletions

View File

@ -21,11 +21,6 @@ public class MetaHelper {
@NotNull
static ReaderStateImpl getReaderState() throws IOException {
List<String> options = Files.readAllLines(Paths.get(RootHolder.ROOT + "../" + ConfigDefinition.CONFIG_PATH));
// add default (empty) board config
options.add("-readfile");
options.add("BOARD_CONFIG_FROM_FILE");
options.add("tunerstudio/empty_board_options.ini");
String[] totalArgs = options.toArray(new String[0]);