add default board config for simulator https://github.com/rusefi/rusefi/issues/6352
This commit is contained in:
parent
288c0f9cd4
commit
e61d0e5261
|
@ -21,6 +21,9 @@ 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 BOARD_CONFIG_FROM_FILE firmware/tunerstudio/empty_board_options.ini");
|
||||
|
||||
String[] totalArgs = options.toArray(new String[0]);
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue