Fix OpMode Restore

This commit is contained in:
Phenom 2017-10-17 15:39:25 +02:00
parent 034d88c4e2
commit e63217e7de
2 changed files with 2 additions and 2 deletions

View file

@ -190,7 +190,7 @@ void RsInit::InitRsConfig()
rsInitConfig->passwd = "";
rsInitConfig->debugLevel = PQL_WARNING;
rsInitConfig->udpListenerOnly = false;
rsInitConfig->opModeStr = std::string("FULL");
rsInitConfig->opModeStr = std::string("");
/* setup the homePath (default save location) */
// rsInitConfig->homePath = getHomePath();