only:FW info into report

This commit is contained in:
rusefi 2025-01-25 13:18:23 -05:00
parent 0ec3c27cc9
commit 4faa0fb125
1 changed files with 1 additions and 0 deletions

View File

@ -303,6 +303,7 @@ void errorHandlerWriteReportFile(FIL *fd) {
printErrorState();
printErrorStack();
#endif // EFI_BACKUP_SRAM
f_printf(fd, "rusEFI v%d@%u", getRusEfiVersion(), /*do we have a working way to print 64 bit values?!*/(int)SIGNATURE_HASH);
// additional board-specific data
onBoardWriteErrorFile(fd);
// todo: figure out what else would be useful