windows version into DFU error message
This commit is contained in:
parent
2a4426e873
commit
e669d0e0ab
|
@ -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(" ***************");
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue