FETtec ESC Configuration tool
FETtec ESC Configurator is a crossplatform configuration tool for the FETtec ESC's.
This is the default installation method, and at some point in the future this will become the only way available for most platforms. Please use this method whenever possible.
Download the installer from Releases.
yarn install
.yarn start
.The tasks are defined in gulpfile.js
and can be run either yarn gulp <task-name>
:
yarn gulp <taskname> [[platform] [platform] ...]
.List of possible values of <task-name>
:
./dist
folder../apps
folder [1]../debug
folder [1]../release
folder [1]. [1] Running this task on macOS or Linux requires Wine, since it's needed to set the icon for the Windows app (build for specific platform to avoid errors).
To build or release only for one specific platform you can append the plaform after the task-name
.
If no platform is provided, all the platforms will be done in sequence.
yarn gulp <task-name> --osx64
yarn gulp <task-name> --linux64
yarn gulp <task-name> --win32
You can also use multiple platforms e.g. yarn gulp <taskname> --osx64 --linux64
.