I have a discovery board which does not switch to DFU #3280
better logging
This commit is contained in:
parent
0bd779fd58
commit
aea30591e7
|
@ -6,7 +6,7 @@ import java.net.URL;
|
|||
import java.util.concurrent.atomic.AtomicReference;
|
||||
|
||||
public class rusEFIVersion {
|
||||
public static final int CONSOLE_VERSION = 20210927;
|
||||
public static final int CONSOLE_VERSION = 20210928;
|
||||
public static AtomicReference<String> firmwareVersion = new AtomicReference<>("N/A");
|
||||
|
||||
public static long classBuildTimeMillis() {
|
||||
|
|
Loading…
Reference in New Issue