usepat / soniccontrol

A python based lightweight GUI to control and communicate with a SonicAmp
Other
1 stars 0 forks source link

Move simulation exe out of project #141

Closed DavidWild02 closed 2 weeks ago

DavidWild02 commented 1 month ago

If we want to make soniccontrol open source, we need to move out the executable of our simulated firmware for privacy concerns.

The simulation exe path should be in an enviroment variable in the .env file (that is git ignored). Then the soniccontrol gui should take that as input or make it available to specify a path by its own or select between different ones.