- found bug in config manager
- fixed bug
This commit is contained in:
ZanzyTHEbar 2022-11-01 17:11:17 +00:00
parent 168993128e
commit ef1fa0314f
2 changed files with 2 additions and 2 deletions

View File

@ -134,7 +134,7 @@ void ProjectConfig::load()
}
/* Device Config */
this->config.device.name = getString("deviceName", "openiris").c_str();
this->config.device.name = getString("deviceName", "openiristracker").c_str();
this->config.device.OTAPassword = getString("OTAPassword", "12345678").c_str();
this->config.device.OTAPort = getInt("OTAPort", 3232);
//! No need to load the JSON strings or bools, they are generated and used on the fly

View File

@ -1 +1 @@
264
268