Skip to content

limitingKano/flasher

 
 

Repository files navigation

EdgeTX Flasher

The new alternative to OpenTX Companion for updating radio firmware and optimizing backups. This is not finished yet, it is still in the prototype phase.

Prebuilt Binaries

Check the releases section for prebuilt rolling-release binaries for the flasher.

Features working

  • Downloading firmware and saving
  • Themeing and Persistent config storage
  • DFU Flashing

In-Progress Features

  • SD Card automated downloads and setups
  • YAML Configuration Interface
  • SD Card and DFU Backup

NPM Tasks

Setup project

npm install

Compiles and hot-reloads for development

npm run electron:serve

This compiles and hot-reloads inside of a fully functioned electron window, just note that DFU-util may not be found in this mode.

Create executables for production

npm run electron:build

This will compile and package into the executable/installer for whatever OS you are running. On MacOS it will create an app, dmg, and zip file. On linux it will create an AppImage, snap, and deb file. On windows it will create an exe.

Customized configurations

See Configuration Reference.

About

Flasher for EdgeTX

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • Vue 75.7%
  • JavaScript 22.2%
  • HTML 2.1%