This commit is contained in:
rusefillc 2024-02-24 17:45:18 -05:00
parent 1d8f034edc
commit dbdb57f191
1 changed files with 5 additions and 1 deletions

View File

@ -6,6 +6,10 @@ public class NissanSandbox {
public static void main(String[] args) throws IOException {
String inputFolderName = "C:\\stuff\\rusefi_documentation\\OEM-Docs\\Nissan\\2011_Xterra\\2011-nissan-CAN-June-2021";
Launcher.main(new String[]{inputFolderName});
Launcher.main(new String[]{
inputFolderName,
Launcher.DBC_FILENAME_PROPERTY,
"opendbc/nissan_xterra_2011.dbc",
});
}
}