Replace "asdf" directory with "data" in LimeCfg, fixing #1

This commit is contained in:
Kumi 2024-02-05 11:48:27 +01:00
parent 8284dcb5bb
commit 8813882998
Signed by: kumi
GPG key ID: ECBCC9082395383F

View file

@ -339,7 +339,7 @@ int main(int argc, char **argv) {
LimeCfg.pcyc_bef_avg = 0; // phase cycle before average
LimeCfg.file_pattern = "test"; // identifier when saving the file
LimeCfg.save_path = "./asdf/"; // path to save the file to
LimeCfg.save_path = "./data/"; // path to save the file to
LimeCfg.override_save = 0; // default: save data
// that's it for the parameters