Change stations

This commit is contained in:
Paul Brinkmeier 2025-05-10 12:46:56 +02:00
parent 892012bc1c
commit 7cf2f53793

View File

@ -61,10 +61,10 @@ struct Timetable {
// Selectable timetables // Selectable timetables
Timetable timetables[] = { Timetable timetables[] = {
{"Johanneskirche Bstg. 1", "/departures?stop_id=de:08311:30104&platform=1"}, {"Blumenthalstr. Bstg. A", "/departures?stop_id=de:08221:1225&platform=A"},
{"Johanneskirche Bstg. 2", "/departures?stop_id=de:08311:30104&platform=2"}, {"Blumenthalstr. Bstg. B", "/departures?stop_id=de:08221:1225&platform=B"},
{"Blumenthalstr Bstg. A", "/departures?stop_id=de:08221:1225&platform=A"}, {"Kapellenweg Bstg. A", "/departures?stop_id=de:08221:1135&platform=A"},
{"Blumenthalstr Bstg. B", "/departures?stop_id=de:08221:1225&platform=B"} {"Kapellenweg Bstg. B", "/departures?stop_id=de:08221:1135&platform=B"},
}; };
size_t selectedTimetable = 0; size_t selectedTimetable = 0;