green background on successful ST-link
This commit is contained in:
parent
33875a959a
commit
c7e64b8023
|
@ -6,7 +6,7 @@ import java.net.URL;
|
|||
import java.util.concurrent.atomic.AtomicReference;
|
||||
|
||||
public class rusEFIVersion {
|
||||
public static final int CONSOLE_VERSION = 20230227;
|
||||
public static final int CONSOLE_VERSION = 20230407;
|
||||
public static AtomicReference<String> firmwareVersion = new AtomicReference<>("N/A");
|
||||
|
||||
public static long classBuildTimeMillis() {
|
||||
|
|
|
@ -79,6 +79,7 @@ public class FirmwareFlasher {
|
|||
wnd.append("Flashing looks good!");
|
||||
sa.stop();
|
||||
wnd.setStatus(DONE);
|
||||
wnd.setSuccessState();
|
||||
} else {
|
||||
wnd.setErrorState();
|
||||
wnd.append("!!! FIRMWARE FLASH: DOES NOT LOOK RIGHT !!!");
|
||||
|
|
Loading…
Reference in New Issue