fixed baro

This commit is contained in:
toni
2016-10-01 10:34:58 +02:00
parent 833327bafd
commit 04f98f62d7
6 changed files with 38 additions and 15 deletions

View File

@@ -70,7 +70,7 @@ namespace Settings {
if (QFile(f2.c_str()).exists()) {return f2;}
throw Exception("data folder missing");
#else
return "/apps/android/workspace/YASMIN_DATA/";
return "/home/toni/Documents/programme/localization/YASMIN/YASMIN_DATA/";
#endif
}