StarPilot

This commit is contained in:
firestar5683
2026-03-12 01:49:47 -05:00
parent 0e9ef526f7
commit d0e1db6766
2171 changed files with 590688 additions and 247754 deletions
+1 -1
View File
@@ -97,7 +97,7 @@ Params::Params(const std::string &path, bool memory) {
// FrogPilot variables
std::string params_folder;
if (memory) {
params_folder = "/dev/shm/params";
params_folder = Path::shm_path() + "/params";
} else {
cache_path = "/cache/params" + params_prefix + "/";
params_folder = path;