1
0
Fork 0
mirror of https://github.com/betaflight/betaflight-configurator.git synced 2025-07-15 04:15:32 +03:00

Rebase of stm32.js

This commit is contained in:
Mark Haslinghuis 2021-08-19 01:21:39 +02:00
parent bfa9a38fef
commit 682539f11b
No known key found for this signature in database
GPG key ID: 198B0F616296A584
2 changed files with 148 additions and 142 deletions

View file

@ -1,7 +1,7 @@
'use strict';
var ReleaseChecker = function (releaseName, releaseUrl) {
var self = this;
const ReleaseChecker = function (releaseName, releaseUrl) {
const self = this;
self._releaseName = releaseName;
self._releaseDataTag = `${self._releaseName}ReleaseData`;