Merge remote-tracking branch 'ofw/dev' into mntm-dev

This commit is contained in:
Willy-JL
2024-10-10 01:22:20 +01:00
2 changed files with 4 additions and 1 deletions

View File

@@ -64,6 +64,7 @@
- OFW: Plantain parser improvements (by @assasinfil) - OFW: Plantain parser improvements (by @assasinfil)
- OFW: Moscow social card parser (by @assasinfil) - OFW: Moscow social card parser (by @assasinfil)
- OFW: Fixes and improvements to iso14443_4a listener and poller (by @RebornedBrain) - OFW: Fixes and improvements to iso14443_4a listener and poller (by @RebornedBrain)
- OFW: Update BART station codes in Clipper plugin (by @ted-logan)
- Sub-GHz: - Sub-GHz:
- UL: Frequency analyzer fixes and improvements (by @xMasterX): - UL: Frequency analyzer fixes and improvements (by @xMasterX):
- Enforce int module (like in OFW) usage due to lack of required hardware on external boards (PathIsolate (+rf switch for multiple paths)) and incorrect usage and/or understanding the purpose of frequency analyzer app by users, it should be used only to get frequency of the remote placed around 1-10cm around flipper's left corner - Enforce int module (like in OFW) usage due to lack of required hardware on external boards (PathIsolate (+rf switch for multiple paths)) and incorrect usage and/or understanding the purpose of frequency analyzer app by users, it should be used only to get frequency of the remote placed around 1-10cm around flipper's left corner

View File

@@ -107,7 +107,7 @@ static const IdMapping bart_zones[] = {
{.id = 0x0023, .name = "South Hayward"}, {.id = 0x0023, .name = "South Hayward"},
{.id = 0x0024, .name = "Union City"}, {.id = 0x0024, .name = "Union City"},
{.id = 0x0025, .name = "Fremont"}, {.id = 0x0025, .name = "Fremont"},
{.id = 0x0026, .name = "Daly City(2)?"}, {.id = 0x0026, .name = "Castro Valley"},
{.id = 0x0027, .name = "Dublin/Pleasanton"}, {.id = 0x0027, .name = "Dublin/Pleasanton"},
{.id = 0x0028, .name = "South San Francisco"}, {.id = 0x0028, .name = "South San Francisco"},
{.id = 0x0029, .name = "San Bruno"}, {.id = 0x0029, .name = "San Bruno"},
@@ -116,6 +116,8 @@ static const IdMapping bart_zones[] = {
{.id = 0x002c, .name = "West Dublin/Pleasanton"}, {.id = 0x002c, .name = "West Dublin/Pleasanton"},
{.id = 0x002d, .name = "OAK Airport"}, {.id = 0x002d, .name = "OAK Airport"},
{.id = 0x002e, .name = "Warm Springs/South Fremont"}, {.id = 0x002e, .name = "Warm Springs/South Fremont"},
{.id = 0x002f, .name = "Milpitas"},
{.id = 0x0030, .name = "Berryessa/North San Jose"},
}; };
static const size_t kNumBARTZones = COUNT(bart_zones); static const size_t kNumBARTZones = COUNT(bart_zones);