date&docs
This commit is contained in:
parent
bbe4f7926b
commit
39424cf5f0
|
@ -717,6 +717,6 @@ int getRusEfiVersion(void) {
|
||||||
if (initBootloader() != 0)
|
if (initBootloader() != 0)
|
||||||
return 123;
|
return 123;
|
||||||
#endif /* EFI_BOOTLOADER_INCLUDE_CODE */
|
#endif /* EFI_BOOTLOADER_INCLUDE_CODE */
|
||||||
return 20200503;
|
return 20200508;
|
||||||
}
|
}
|
||||||
#endif /* EFI_UNIT_TEST */
|
#endif /* EFI_UNIT_TEST */
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
rem This script reads triggers.txt generated by unit_test binary and produces a bunch of trigger shapes .png files
|
rem This script reads triggers.txt generated by unit_test binary and produces a bunch of trigger shapes .png files
|
||||||
rem these images placed into unit__tests/triggers
|
rem these images placed into unit_tests/triggers
|
||||||
rem and later manually published at https://rusefi.com/images/triggers/
|
rem and later manually published at https://rusefi.com/images/triggers/
|
||||||
|
|
||||||
cd ../unit_tests
|
cd ../unit_tests
|
||||||
|
|
Loading…
Reference in New Issue