mirror of
https://github.com/DarkFlippers/unleashed-firmware.git
synced 2025-12-12 12:42:30 +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:
@@ -101,7 +101,8 @@ static const IdMapping bart_zones[] = {
|
||||
{.id = 0x001d, .name = "Lake Merrit"},
|
||||
{.id = 0x001e, .name = "Fruitvale"},
|
||||
{.id = 0x001f, .name = "Coliseum"},
|
||||
{.id = 0x0021, .name = "San Leandro"},
|
||||
{.id = 0x0020, .name = "San Leandro"},
|
||||
{.id = 0x0021, .name = "Bay Fair"},
|
||||
{.id = 0x0022, .name = "Hayward"},
|
||||
{.id = 0x0023, .name = "South Hayward"},
|
||||
{.id = 0x0024, .name = "Union City"},
|
||||
@@ -131,6 +132,9 @@ static const IdMapping muni_zones[] = {
|
||||
{.id = 0x000b, .name = "Castro"},
|
||||
{.id = 0x000c, .name = "Forest Hill"}, // Guessed
|
||||
{.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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user