mirror of
https://github.com/nqrduck/LimeDriver.git
synced 2024-11-25 03:22:25 +00:00
Replace "asdf" directory with "data" in LimeCfg, fixing #1
This commit is contained in:
parent
8284dcb5bb
commit
8813882998
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue