mirror of
https://github.com/iNavFlight/inav-configurator.git
synced 2025-07-23 16:25:19 +03:00
Firmware flasher, BLE, TCP, UDP -> Electron
This commit is contained in:
parent
2f880e218d
commit
7df8253099
36 changed files with 733 additions and 656 deletions
|
@ -12,7 +12,7 @@ appUpdater.checkRelease = function (currVersion) {
|
|||
let newPrerelase = releaseData[0].prerelease;
|
||||
|
||||
if (newPrerelase == false && semver.gt(newVersion, currVersion)) {
|
||||
GUI.log(newVersion, chrome.runtime.getManifest().version);
|
||||
GUI.log(newVersion, app.getVersion());
|
||||
GUI.log(currVersion);
|
||||
|
||||
GUI.log(localization.getMessage('newVersionAvailable'));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue