mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-15 04:15:32 +03:00
Added version information to Unified Targets when they are flashed.
This commit is contained in:
parent
3faab9cedc
commit
153fa2b486
7 changed files with 155 additions and 95 deletions
|
@ -7,8 +7,6 @@ var ReleaseChecker = function (releaseName, releaseUrl) {
|
|||
self._releaseDataTag = `${self._releaseName}ReleaseData`;
|
||||
self._releaseLastUpdateTag = `${self._releaseName}ReleaseLastUpdate`
|
||||
self._releaseUrl = releaseUrl;
|
||||
|
||||
|
||||
}
|
||||
|
||||
ReleaseChecker.prototype.loadReleaseData = function (processFunction) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue