From 7cf2f53793837db607a1cba3e9c1b24915d2576a Mon Sep 17 00:00:00 2001 From: Paul Brinkmeier <hallo@pbrinkmeier.de> Date: Sat, 10 May 2025 12:46:56 +0200 Subject: [PATCH] Change stations --- client/client.ino | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/client/client.ino b/client/client.ino index 36844b2..f9673ca 100644 --- a/client/client.ino +++ b/client/client.ino @@ -61,10 +61,10 @@ struct Timetable { // Selectable timetables Timetable timetables[] = { - {"Johanneskirche Bstg. 1", "/departures?stop_id=de:08311:30104&platform=1"}, - {"Johanneskirche Bstg. 2", "/departures?stop_id=de:08311:30104&platform=2"}, - {"Blumenthalstr Bstg. A", "/departures?stop_id=de:08221:1225&platform=A"}, - {"Blumenthalstr Bstg. B", "/departures?stop_id=de:08221:1225&platform=B"} + {"Blumenthalstr. Bstg. A", "/departures?stop_id=de:08221:1225&platform=A"}, + {"Blumenthalstr. Bstg. B", "/departures?stop_id=de:08221:1225&platform=B"}, + {"Kapellenweg Bstg. A", "/departures?stop_id=de:08221:1135&platform=A"}, + {"Kapellenweg Bstg. B", "/departures?stop_id=de:08221:1135&platform=B"}, }; size_t selectedTimetable = 0;