windows version into DFU error message

This commit is contained in:
rusefillc 2021-06-18 17:40:44 -04:00
parent 2a4426e873
commit e669d0e0ab
1 changed files with 1 additions and 0 deletions

View File

@ -94,6 +94,7 @@ public class DfuFlasher {
wnd.appendMsg("ERROR: Maybe ST DFU Driver is missing?");
wnd.appendMsg("ERROR: Maybe driver conflict with STM32Cube?");
wnd.appendMsg("ERROR: Reminder about 'Install Drivers' button on top of rusEFI splash screen");
wnd.appendMsg(System.getProperty("os.name") + " " + System.getProperty("os.version") + " " + System.getProperty("os.arch"));
wnd.appendMsg(" ***************");
wnd.appendMsg(" ***************");
}