mirror of
https://github.com/EyeTrackVR/OpenIris.git
synced 2025-11-04 15:39:42 +08:00
update
- found bug in config manager - fixed bug
This commit is contained in:
parent
168993128e
commit
ef1fa0314f
@ -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
|
||||
|
||||
@ -1 +1 @@
|
||||
264
|
||||
268
|
||||
Loading…
Reference in New Issue
Block a user