Download the current software in Github releases
This is the configuration Software for the GetCloserRacing pedals. It is fully open source. Feel free to submit pull requests or fiddle with the presets.
It works with the GetCloserRacing Box:
Contributions are always welcome. Please open an issue before submitting a pull-request to give us a chance to review the need for the feature before you start working on it.
Setup flutter and then run
# Run code generator for datastructures
flutter pub run build_runner build
# Update favicon
dart run flutter_launcher_icons
# Run development tool
flutter run
Create a new Github tag named v1.1.0 and push it
git tag v1.1.0
git push origin v1.1.0