Don't delete OEM.proto on factory reset

This commit is contained in:
Thomas Göttgens
2022-09-23 19:52:42 +02:00
parent b4f75ad042
commit 4949bda606
2 changed files with 2 additions and 2 deletions

View File

@@ -86,7 +86,7 @@ static char ourId[5];
GeoCoord geoCoord;
// OEM Config File
static const char *oemConfigFile = "/prefs/oem.proto";
static const char *oemConfigFile = "/oem/oem.proto";
OEMStore oemStore;
#ifdef SHOW_REDRAWS