Update domain name and related URLs (#457)

This commit is contained in:
Ken Van Hoeylandt
2026-01-24 18:18:55 +01:00
committed by GitHub
parent 51b9547e99
commit 2839ea4c35
7 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
namespace tt::app::apphub {
constexpr auto* BASE_URL = "https://cdn.tactility.one/apps";
constexpr auto* BASE_URL = "https://cdn.tactilityproject.org/apps";
static std::string getVersionWithoutPostfix() {
std::string version(TT_VERSION);
@@ -35,7 +35,7 @@ std::string getUrlFromCrashData() {
std::stringstream stream;
stream << "https://oops.tactility.one";
stream << "https://oops.tactilityproject.org";
stream << "?v=" << TT_VERSION; // Version
stream << "&a=" << CONFIG_IDF_TARGET; // Architecture
stream << "&b=" << CONFIG_TT_DEVICE_ID; // Board identifier