Store preferences in a directory writable by lvuser

Change-Id: I1ed43968c2be76bfcb050a115f59517c398efff3
This commit is contained in:
Thomas Clark
2014-09-10 14:05:51 -04:00
parent 1e812ac4d9
commit b16a037759
4 changed files with 6 additions and 6 deletions

View File

@@ -18,7 +18,7 @@ static const char *kTableName = "Preferences";
/** The value of the save field */
static const char *kSaveField = "~S A V E~";
/** The file to save to */
static const char *kFileName = "wpilib-preferences.ini";
static const char *kFileName = "/home/lvuser/wpilib-preferences.ini";
/** The characters to put between a field and value */
static const char *kValuePrefix = "=\"";
/** The characters to put after the value */