1
0
Fork 0
mirror of https://github.com/betaflight/betaflight-configurator.git synced 2025-07-16 12:55:14 +03:00

Refactor: Config inserter (#3217)

Refactor ConfigInserter to class
This commit is contained in:
J Blackman 2023-01-07 00:20:06 +11:00 committed by GitHub
parent 3e92a0bb64
commit 3a6ea29147
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 19 additions and 20 deletions

View file

@ -3,6 +3,7 @@ import GUI from '../gui';
import { get as getConfig, set as setConfig } from '../ConfigStorage';
import { get as getStorage, set as setStorage } from '../SessionStorage';
import BuildApi from '../BuildApi';
import ConfigInserter from "../ConfigInserter.js";
const firmware_flasher = {
targets: null,