From 26754ab5656270e133d8cd1aedc8ded332df36a5 Mon Sep 17 00:00:00 2001 From: cinnaboot Date: Mon, 26 Jan 2026 08:52:06 -0500 Subject: [PATCH] update default config --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index 4603e0a..bc0d460 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -10,7 +10,7 @@ // Configuration defaults - edit to change default run mode //#define DEFAULT_CONFIG_FILE "tests/test_moon_orbits.toml" -#define DEFAULT_CONFIG_FILE "tests/maneuver_sequence.toml" +#define DEFAULT_CONFIG_FILE "tests/test_maneuver_planning.toml" struct ProgramArgs { const char* config_file;