Currently, FlightControl writes out its data file to wherever the hell you call the command from. let's change that with an environment variable!
check MainWindow.py -- it should have much cleaner code soon. in the initFW() method -- you can call whatever functions you need to set that value. Feel free to write your own functions if you want in FileWriter.py!
Currently, FlightControl writes out its data file to wherever the hell you call the command from. let's change that with an environment variable!
check MainWindow.py -- it should have much cleaner code soon. in the initFW() method -- you can call whatever functions you need to set that value. Feel free to write your own functions if you want in FileWriter.py!