progress
This commit is contained in:
parent
4b52c5c49c
commit
53022a2461
|
@ -6,7 +6,7 @@ import java.net.URL;
|
|||
import java.util.concurrent.atomic.AtomicReference;
|
||||
|
||||
public class rusEFIVersion {
|
||||
public static final int CONSOLE_VERSION = 20221003;
|
||||
public static final int CONSOLE_VERSION = 20221016;
|
||||
public static AtomicReference<String> firmwareVersion = new AtomicReference<>("N/A");
|
||||
|
||||
public static long classBuildTimeMillis() {
|
||||
|
|
|
@ -80,6 +80,7 @@ public class FirmwareFlasher {
|
|||
sa.stop();
|
||||
wnd.setStatus(DONE);
|
||||
} else {
|
||||
wnd.setErrorState(true);
|
||||
wnd.append("!!! FIRMWARE FLASH: DOES NOT LOOK RIGHT !!!");
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue