green background on successful ST-link

This commit is contained in:
rusefillc 2023-04-07 05:46:19 -04:00
parent 33875a959a
commit c7e64b8023
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 = 20230227;
public static final int CONSOLE_VERSION = 20230407;
public static AtomicReference<String> firmwareVersion = new AtomicReference<>("N/A");
public static long classBuildTimeMillis() {

View File

@ -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 !!!");