usability
This commit is contained in:
parent
6915efd500
commit
2a4426e873
|
@ -6,7 +6,7 @@ import java.net.URL;
|
|||
import java.util.concurrent.atomic.AtomicReference;
|
||||
|
||||
public class rusEFIVersion {
|
||||
public static final int CONSOLE_VERSION = 20210523;
|
||||
public static final int CONSOLE_VERSION = 20210618;
|
||||
public static AtomicReference<String> firmwareVersion = new AtomicReference<>("N/A");
|
||||
|
||||
public static long classBuildTimeMillis() {
|
||||
|
|
|
@ -93,6 +93,7 @@ public class DfuFlasher {
|
|||
wnd.appendMsg("ERROR: Maybe DFU device not attached? Please check Device Manager.");
|
||||
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(" ***************");
|
||||
wnd.appendMsg(" ***************");
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue