WillyJL
d38a3635f4
Merge remote-tracking branch 'fork-ofw/fix/noisy-uart-hang' into mntm-dev --nobuild
2025-07-02 08:38:04 +01:00
WillyJL
222c159211
FuriHalSerial: Fix RXFNE interrupt hang
2025-07-02 07:20:04 +01:00
WillyJL
556edd086f
Expansion: Stop UART async rx early
2025-07-02 07:14:13 +01:00
WillyJL
b048546356
Expansion: Wake thread on UART error flag
2025-07-02 07:13:53 +01:00
WillyJL
f044a37ec7
Update apps
...
- ESP Flasher: Bump Marauder 1.7.1 (by justcallmekoko)
- NFC Magic: Fix Ultimate Magic Gen4 Max Block Number Set Incorrectly for the NTAG Protocol (by alfie65536)
2025-06-29 04:41:15 +01:00
WillyJL
b71e7e05f5
NFC Maker: Type 4 Tag support --nobuild
2025-06-29 04:21:17 +01:00
WillyJL
9e1baf715e
Merge remote-tracking branch 'fork-ofw/feat/nfc-type-4-final' into mntm-dev --nobuild
2025-06-29 03:43:52 +01:00
WillyJL
a47f387de1
smh --nobuild
2025-06-29 01:56:41 +01:00
WillyJL
8b25c87734
Merge remote-tracking branch 'ofw/dev' into feat/nfc-type-4-final
2025-06-29 01:54:42 +01:00
WillyJL
aa6433341c
Fix typos
2025-06-29 01:54:33 +01:00
WillyJL
81048d9a7f
Merge remote-tracking branch 'ul/dev' into mntm-dev --nobuild
2025-06-29 01:51:12 +01:00
MX
91a235b395
upd changelog
2025-06-27 21:22:52 +03:00
MX
5ee3f7c68d
fix lfrfid write very strange issue with lcd backlight
2025-06-27 21:17:13 +03:00
MX
9cfa400ff4
upd changelog
2025-06-25 02:57:45 +03:00
MX
1b754c1482
Fix possible frequency analyzer deadlock when holding Ok
...
by WillyJL
2025-06-25 02:57:05 +03:00
MX
0b53be5cbd
Add DEZ10
...
by realcatgirly
https://github.com/Next-Flip/Momentum-Firmware/pull/418/files
2025-06-25 02:50:18 +03:00
WillyJL
03741da5a8
Update apps
...
- Metroflip: Added 80+ card AIDs, more AIDs for DESFire, Calypso card saving, fixed DESFire parsing, Navigo crash, Clipper timestamp (by luu176)
2025-06-24 04:18:01 +01:00
WillyJL
25a48d7ec2
Furi: Re-enable __FURI_TRACE crash messages
...
since removing all those subghz protocols freed some flash
2025-06-24 04:10:38 +01:00
WillyJL
9671c878bc
Sub-GHz: Move Weather, POCSAG & TPMS to ext apps
2025-06-24 04:08:16 +01:00
WillyJL
99495b75f4
Fix typo
2025-06-22 03:49:22 +01:00
WillyJL
45cf599281
Sub-GHz: Fix freq analyzer deadlock by holding Ok
...
Was more reproducible when using FM238 modulation, by stopping the
worker thread in the input callback the system GUI thread was deadlocked
when switching scenes if the timing was just right; this should be
handled by app thread.
2025-06-22 03:44:23 +01:00
WillyJL
19595823f2
Update apps
...
- Blackhat: Fix Run Script command (by o7-machinehum)
2025-06-21 05:04:59 +01:00
WillyJL
493a209aaa
ESP Flasher: Fix Marauder S3 PSRAM crash
2025-06-21 05:00:31 +01:00
WillyJL
01b2882b8b
Update apps
...
- Blackhat: More wlan selectors and stop options (by WillyJL)
2025-06-15 13:12:53 +01:00
WillyJL
d7360d9e0f
Update apps
...
- Blackhat: Fix NULL ptr scrolling menu suboptions (by WillyJL)
- ESP Flasher: Bump Marauder 1.7.0 (by justcallmekoko)
- FlipDownloader: Add Picoware (by jblanked)
2025-06-15 03:35:55 +01:00
MX
98a4477999
upd changelog
2025-06-11 18:10:38 +03:00
MMX
ab5b155d96
Merge pull request #905 from WillyJL/fix/loader-events
...
Loader: Fix misplaced ApplicationBeforeLoad events
2025-06-11 18:08:49 +03:00
WillyJL
d0e5dbe63e
Power: Arm auto-poweroff when app chaining finished
2025-06-11 04:03:17 +01:00
WillyJL
407e482566
Loader: Fix misplaced ApplicationBeforeLoad events
2025-06-11 04:02:42 +01:00
WillyJL
bc81b09dd2
Picopass: Fix plugin name
2025-06-08 23:26:31 +01:00
WillyJL
9b0d52634b
Sync apps
2025-06-07 16:05:13 +01:00
WillyJL
326c3a13de
IR: "Decode only" mode, more intuitive learn scene buttons
2025-06-07 15:58:04 +01:00
hazardousvoltage
9a4b812898
NFC plugin: Ventra ULEV1 parser ( #310 )
...
* Ventra ULEV1 parser
* Ventra fixes
* Style
* Fix merge
* Update changelog
---------
Co-authored-by: Willy-JL <49810075+Willy-JL@users.noreply.github.com >
Co-authored-by: WillyJL <49810075+WillyJL@users.noreply.github.com >
2025-06-03 01:23:28 +00:00
WillyJL
dc45fb985d
ESP Flasher: Bump Marauder 1.6.2 (by justcallmekoko)
2025-06-03 02:19:00 +01:00
Thea Juna Schwanke
966cd39250
RFID: Add DEZ10 representation to EM410X ( #418 )
...
* Add DEZ10 to EM410X output
* make EM410X read success scene text box scrollable so no content overlaps with the buttons
* Reduce DEZ10 variable to 32bits as 64 is not needed
* run ./fbt format for consistent code formatting
* Preview next line like other apps
* Update changelog
---------
Co-authored-by: WillyJL <49810075+WillyJL@users.noreply.github.com >
2025-06-03 01:16:13 +00:00
WillyJL
894e5b6e39
Apps: Add Sub-GHz Playlist Creator (by coolerUA) --nobuild
2025-06-03 01:58:13 +01:00
WillyJL
06e91e3372
Update apps --nobuild
...
- ESP Flasher: Bump Marauder 1.6.2 (by @justcallmekoko)
- Quac: Add Sub-GHz duration setting (by @rdefeo)
- WiFi Marauder: Support for new commands from ESP32Marauder 1.6.x (by
@justcallmekoko)
2025-06-03 01:14:59 +01:00
MX
f1f1a89204
fix links [ci skip]
2025-06-02 00:54:30 +03:00
WillyJL
e66178ec3b
VGM Tool: Fixed RGB firmware UART regression
2025-06-01 05:15:04 +01:00
MX
54c3c67728
upd changelog
2025-05-24 19:58:10 +03:00
MX
3aa3098d47
subghz better ignore lists
2025-05-24 19:49:31 +03:00
MX
4c00313157
upd changelog
2025-05-24 00:03:20 +03:00
MMX
09514ae179
Merge pull request #903 from luu176/dev
...
Fix clipper date timestamp
2025-05-24 00:01:38 +03:00
MX
5365cfcb04
fix links
2025-05-23 22:57:45 +03:00
WillyJL
8ef971205c
Update apps
2025-05-22 22:30:45 +01:00
WillyJL
262c14f647
Merge branch 'ul-pr-903' into mntm-dev --nobuild
2025-05-22 19:36:23 +01:00
WillyJL
93cece63a9
Merge remote-tracking branch 'ul/dev' into mntm-dev --nobuild
2025-05-22 19:33:02 +01:00
WillyJL
18d4110d7b
Merge branch 'ofw-pr-4210' into mntm-dev --nobuild
2025-05-22 19:06:25 +01:00
WillyJL
0681091568
Merge remote-tracking branch 'ofw/dev' into mntm-dev
2025-05-22 18:22:32 +01:00
Luu
ff8c3540eb
Fix clipper date timestamp
2025-05-22 19:12:22 +02:00