1
mirror of https://github.com/DarkFlippers/unleashed-firmware.git synced 2025-12-12 20:49:49 +04:00

nfc/clipper: (#3991)

* nfs/clipper: BART station ids for San Lorenzo, Bay Fair

Update the BART station ids for the San Lorenzo and Bay Fair stations in
the East Bay of the San Francisco Bay Area.

* nfc/clipper: Update MUNI station ids

Add MUNI station ids for the T line "Central Subway" project, which
opened three new underground stations in 2022.

---------

Co-authored-by: あく <alleteam@gmail.com>
This commit is contained in:
ted-logan
2024-12-02 01:51:57 -08:00
committed by GitHub
parent 8629c61dc9
commit 3d6fd9b00d

View File

@@ -101,7 +101,8 @@ static const IdMapping bart_zones[] = {
{.id = 0x001d, .name = "Lake Merrit"}, {.id = 0x001d, .name = "Lake Merrit"},
{.id = 0x001e, .name = "Fruitvale"}, {.id = 0x001e, .name = "Fruitvale"},
{.id = 0x001f, .name = "Coliseum"}, {.id = 0x001f, .name = "Coliseum"},
{.id = 0x0021, .name = "San Leandro"}, {.id = 0x0020, .name = "San Leandro"},
{.id = 0x0021, .name = "Bay Fair"},
{.id = 0x0022, .name = "Hayward"}, {.id = 0x0022, .name = "Hayward"},
{.id = 0x0023, .name = "South Hayward"}, {.id = 0x0023, .name = "South Hayward"},
{.id = 0x0024, .name = "Union City"}, {.id = 0x0024, .name = "Union City"},
@@ -131,6 +132,9 @@ static const IdMapping muni_zones[] = {
{.id = 0x000b, .name = "Castro"}, {.id = 0x000b, .name = "Castro"},
{.id = 0x000c, .name = "Forest Hill"}, // Guessed {.id = 0x000c, .name = "Forest Hill"}, // Guessed
{.id = 0x000d, .name = "West Portal"}, {.id = 0x000d, .name = "West Portal"},
{.id = 0x0019, .name = "Union Square/Market Street"},
{.id = 0x001a, .name = "Chinatown - Rose Pak"},
{.id = 0x001b, .name = "Yerba Buena/Moscone"},
}; };
static const size_t kNumMUNIZones = COUNT(muni_zones); static const size_t kNumMUNIZones = COUNT(muni_zones);