From fc87edf3bbf3eb8a509b7bc956d0d59e80847b98 Mon Sep 17 00:00:00 2001 From: zzzz Date: Wed, 18 Dec 2024 16:23:33 +0100 Subject: [PATCH] update shuttle url (migration to new platform) --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index 5545de2..564cd1e 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -37,7 +37,7 @@ SmartButton buttonLeft(TACTILE_BTN_LEFT); SmartButton buttonRight(TACTILE_BTN_RIGHT); // networking -String shuttleServer = "https://ias-tea-axum.shuttleapp.rs"; +String shuttleServer = "https://ias-tea-axum-af2f.shuttle.app"; TeaData currentTea(-1, "Teafault", "c0derfid", "", -1, 30);