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;