1
0
Fork 0
mirror of https://github.com/betaflight/betaflight-configurator.git synced 2025-07-24 00:35:26 +03:00

feat: use jquery package (#3540)

This commit is contained in:
Tomas Chmelevskij 2023-08-17 02:13:03 +03:00 committed by GitHub
parent 5ffd193783
commit 40c243fe47
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
68 changed files with 136 additions and 27 deletions

View file

@ -22,6 +22,7 @@ import { get as getConfig, set as setConfig } from "./ConfigStorage";
import { tracking } from "./Analytics";
import semver from 'semver';
import CryptoES from "crypto-es";
import $ from 'jquery';
import BuildApi from "./BuildApi";
let mspHelper;