1
0
Fork 0
mirror of https://github.com/iNavFlight/inav-configurator.git synced 2025-07-24 16:55:22 +03:00

Merge branch 'master' into dzikuvx-groundstation-activation

This commit is contained in:
Pawel Spychalski (DzikuVx) 2024-04-25 12:56:27 +02:00
commit aa8aee3be9
174 changed files with 18227 additions and 13179 deletions

View file

@ -1,8 +1,6 @@
'use strict';
var helper = helper || {};
helper.interval = (function () {
var interval = function () {
var privateScope = {},
publicScope = {};
@ -140,4 +138,6 @@ helper.interval = (function () {
};
return publicScope;
})();
}();
module.exports = interval;