Skip to content

Commit 344118c

Browse files
authored
nfc/clipper: Update BART station codes (#3937)
In the NFC Clipper card plugin, update the BART station codes for two newer East Bay stations (Milpitas, and Berryessa/North San Jose), and correct the station code for Castro Valley. These station ids come from visiting the stations and checking what id they presented as in the Clipper card data.
1 parent 5b36c54 commit 344118c

File tree

1 file changed

+3
-1
lines changed
  • applications/main/nfc/plugins/supported_cards

1 file changed

+3
-1
lines changed

applications/main/nfc/plugins/supported_cards/clipper.c

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ static const IdMapping bart_zones[] = {
106106
{.id = 0x0023, .name = "South Hayward"},
107107
{.id = 0x0024, .name = "Union City"},
108108
{.id = 0x0025, .name = "Fremont"},
109-
{.id = 0x0026, .name = "Daly City(2)?"},
109+
{.id = 0x0026, .name = "Castro Valley"},
110110
{.id = 0x0027, .name = "Dublin/Pleasanton"},
111111
{.id = 0x0028, .name = "South San Francisco"},
112112
{.id = 0x0029, .name = "San Bruno"},
@@ -115,6 +115,8 @@ static const IdMapping bart_zones[] = {
115115
{.id = 0x002c, .name = "West Dublin/Pleasanton"},
116116
{.id = 0x002d, .name = "OAK Airport"},
117117
{.id = 0x002e, .name = "Warm Springs/South Fremont"},
118+
{.id = 0x002f, .name = "Milpitas"},
119+
{.id = 0x0030, .name = "Berryessa/North San Jose"},
118120
};
119121
static const size_t kNumBARTZones = COUNT(bart_zones);
120122

0 commit comments

Comments
 (0)