Skip to content

NotFastEnuf/QS_Configurator

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status USB configurator written by BKleiner for the QUICKSILVER Flight Controller Firmware based on Silverware by Silver13

To Build Dirty: CREATE IMAGES IN DOCKER - from PowerShell
docker pull hanfer/xgo-libusb
docker pull node:current

OPEN A NODE JS CONTAINER / SHELL FOR THE WEB PART OF THE CONFIG
docker run -it --rm -v C:\QS_Configurator:/src node:current /bin/bash -for windows
docker run -it --rm -v "$(pwd)":/src node:current /bin/bash -for linux current directory
cd /src
npm --prefix web install
npm --prefix web run build
CTRL + D

BUILD THE CONFIG IN A hanfer/xgo-libusb CONTAINER / SHELL
docker run -it --rm -v C:\QS_Configurator:/src hanfer/xgo-libusb:latest
make pkg/statik
/run-env.sh windows make MODE=debug windows -windows app with debug - does not open the browser automatically
/run-env.sh windows make windows
/run-env.sh darwin make darwin
CTRL + D

About

USB configurator for QUICKSILVER

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 46.8%
  • Vue 41.3%
  • JavaScript 9.7%
  • Makefile 1.1%
  • Shell 0.7%
  • HTML 0.3%
  • Other 0.1%