diff --git a/ESP/lib/src/data/config/project_config.cpp b/ESP/lib/src/data/config/project_config.cpp index 56fcd4d..023ca8e 100644 --- a/ESP/lib/src/data/config/project_config.cpp +++ b/ESP/lib/src/data/config/project_config.cpp @@ -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 diff --git a/ESP/tools/versioning b/ESP/tools/versioning index 44dfb1d..02225a5 100644 --- a/ESP/tools/versioning +++ b/ESP/tools/versioning @@ -1 +1 @@ -264 \ No newline at end of file +268 \ No newline at end of file