Skip to content

noahwaldner/falcox-companion

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Prerequisites:

  • node js >8.0 installed
  • yarn >1.16 installed
  • python >3.7 installed
  • open terminal at working directory
  • installed xcode
  • installed xcode-select xcode-select --install

Preparation:

  • run yarn to install dependencies

Development:

  • run yarn devto satrt webpack dev server and electron in dev mode
  • Changes in the renderer process will use hotreloading (./src/)
  • Fort Changes in the Main Process you will need to restart the process (./public/electron.js)

Production:

Note: Because we're using native Modules you can only build for win on win and mac on mac

mac:

  • Make sure Xcode is installed
  • run yarn build to build React app
  • run yarn compile-macto build electron

About

A tool for Configurating FalcoX Firmware without having to power the quad

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published