rusefi.ini is dead

This commit is contained in:
rusefillc 2024-01-02 11:37:16 -05:00
parent abc4408b30
commit f73b7ac5b4
3 changed files with 2 additions and 8920 deletions

File diff suppressed because it is too large Load Diff

View File

@ -41,7 +41,7 @@ public class ReaderStateImpl implements ReaderState {
private final LazyFile.LazyFileFactory fileFactory;
private String headerMessage;
// well, technically those should be a builder for state, not this state class itself
private String tsFileOutputName = "rusefi.ini";
private String tsFileOutputName = null;
private String definitionInputFile = null;
String destCDefinesFileName = null;
private boolean withC_Defines = true;

View File

@ -17,7 +17,7 @@ import static com.devexperts.logging.Logging.getLogging;
public class WriteSimulatorConfiguration {
private static final Logging log = getLogging(WriteSimulatorConfiguration.class);
// f407-discovery is historically the most inclusive .ini file but default script produces rusefi.ini a bit of a mess?!
// f407-discovery is historically the most inclusive .ini file
public static final String INI_FILE_FOR_SIMULATOR = "../firmware/tunerstudio/generated/rusefi_f407-discovery.ini";
public static String ROOT_FOLDER = System.getProperty("ROOT_FOLDER", "");