usability

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

View File

@ -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() {

View File

@ -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(" ***************");
}