Debugging
Some checks failed
Dropshell Test / Build_and_Test (push) Failing after 2m10s

This commit is contained in:
Your Name
2025-05-25 19:17:51 +12:00
parent 1502d6e3d2
commit 8f06fc31ae
17 changed files with 220 additions and 188 deletions

View File

@ -28,6 +28,8 @@ class config {
std::string get_template_upload_url();
std::string get_template_upload_token();
std::string get_backups_path();
private:
nlohmann::json mConfig;
bool mIsConfigSet;