mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-04-24 03:29:57 -07:00
Update apps --nobuild
- FlipSocial: Restructured code, auto-updating, better error display, faster parsing, many bugfixes (by jblanked) - Metroflip: Suica support (by zinongli) - Sub-GHz Bruteforcer: Add Feron support (by xMasterX)
This commit is contained in:
@@ -70,12 +70,12 @@
|
||||
- DTMF Dolphin: GPIO sound output (by @Dmitry422)
|
||||
- ESP Flasher: Bump Marauder 1.4.2 (by @justcallmekoko), FlipperHTTP 1.8.2 (by @jblanked)
|
||||
- FlipDownloader: Renamed from FlipStore, added VGM firmwares from VGM-Library (by @jblanked)
|
||||
- FlipSocial: New server backend (by @jblanked)
|
||||
- FlipSocial: New server backend, restructured code, auto-updating, better error display, faster parsing, many bugfixes (by @jblanked)
|
||||
- FlipWiFi: Update FlipperHTTP, added AP mode to host a network with custom HTML, improve handling of connection errors and network names with symbols, many bugfixes (by @jblanked)
|
||||
- FlipWorld: Added NPCs, multiplayer, tutorial, in-game menu, new controls, weapon option, auto-updating, many bugfixes and improvements (by @jblanked)
|
||||
- IR Intervalometer: Add Pentax camera support (by @petrikjp)
|
||||
- KeyCopier: Separate Brand and Key Format selection for ease of use, add QR code for TalkingSasquach's video (by @zinongli), improved UI/workflow to select key format (by @Offreds)
|
||||
- Metroflip: Big refactor with plugins and assets to save RAM, RavKav moved to Calypso parser, ability to save and load files, added gocard plugin (by @luu176), unified Calypso parser (by @DocSystem)
|
||||
- Metroflip: Big refactor with plugins and assets to save RAM, RavKav moved to Calypso parser, ability to save and load files, added gocard plugin (by @luu176), unified Calypso parser (by @DocSystem), Suica support (by @zinongli)
|
||||
- NFC Maker: Support generating MIFARE Classic and SLIX files, show tag type memory size in list, some UI improvements (by @Willy-JL)
|
||||
- PC Monitor: Add QR code to install desktop app, code refactoring, blue LED blink while receiving data, keep enable backlight during communication (by @TheSainEyereg)
|
||||
- Picopass: Save SR as legacy from saved menu, fix write key 'retry' when presented with new card, make iClass SIO sniffing more dynamic, 'Save as Seader' for iClass SE Captured with NR-MAC, SIO parsing from iceman/evildaemond talk (by @bettse)
|
||||
@@ -85,7 +85,7 @@
|
||||
- Seader: Add SIO parsing from iceman/evildaemond talk (by @bettse)
|
||||
- Signal Generator: Fix PWM crash (by @portasynthinca3)
|
||||
- Solitaire: Fixed cards from waste can be placed on the first tableau (by @Erbonator3000)
|
||||
- Sub-GHz Bruteforcer: Add support for Princeton PT2262 24bit (by @SpenserCai)
|
||||
- Sub-GHz Bruteforcer: Add support for Princeton PT2262 24bit (by @SpenserCai), add Feron support (by @xMasterX)
|
||||
- Tuning Fork: New tunings for Ukelele (by @portalsoup), Banjo, Cigar Box 3 and 4 strings (by @GrafOrlok), Guitar 6 and 7 strings, Bass 7 strings, UI improvements, code refactor (by @besya)
|
||||
- W5500 Ethernet: Add traceroute command (by @arag0re)
|
||||
- Wardriver: Fix swapped Channel/RSSI (by @jamisonderek)
|
||||
|
||||
Submodule applications/external updated: f9e2be1f95...71914e3517
@@ -323,6 +323,7 @@ def _validate_app_imports(target, source, env):
|
||||
"myki_plugin",
|
||||
"opal_plugin",
|
||||
"smartrider_plugin",
|
||||
"suica_plugin",
|
||||
"troika_plugin",
|
||||
): (
|
||||
"metroflip_",
|
||||
@@ -348,6 +349,7 @@ def _validate_app_imports(target, source, env):
|
||||
"show_ravkav_",
|
||||
"mosgortrans_parse_transport_block",
|
||||
"render_section_header",
|
||||
"I_Suica_",
|
||||
),
|
||||
# nfc_app_api_table
|
||||
(
|
||||
|
||||
Reference in New Issue
Block a user