We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d95eefe commit b8390b1Copy full SHA for b8390b1
Firmware/RTK_Everywhere/AP-Config/src/main.js
@@ -1947,7 +1947,7 @@ function networkCount() {
1947
}
1948
1949
function checkNewFirmware() {
1950
- if (networkCount() == 0) {
+ if ((platformPrefix != "EVK") && (networkCount() == 0)) {
1951
showMsgError('firmwareCheckNewMsg', "WiFi list is empty");
1952
return;
1953
@@ -2007,7 +2007,7 @@ function newFirmwareVersion(firmwareVersion) {
2007
2008
function getNewFirmware() {
2009
2010
2011
2012
hide("divGetNewFirmware");
2013
ge("btnCheckNewFirmware").disabled = false;
0 commit comments