Skip to content

computergeek1507/ControllerBackup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ControllerBackup

A tool to Download and Backup Falcon v4, v3, FPP, and Genius controller JSON files.

Building

Uses C++23, QT 5.15, spdlog, and cMake 3.20.

git clone https://github.com/computergeek1507/ControllerBackup.git

To build on Windows, use Visual Studio 2022

VS2022.bat

If you get a qt cmake error, update the QT location in batch file.

To build on Linux with g++(tested on Mint Linux 21).

mkdir build
cd build
cmake ..
cmake --build .
./ControllerBackup

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published