Files
Momentum-Firmware/CHANGELOG.md
T
WillyJL 580211c97c CLI: Fix long delay with quick connect/disconnect
noticeable with qflipper, for some reason it sets DTR on/off/on again
so flipper starts CLI, stops it, then starts again
but cli shell is trying to print motd, and pipe is already broken
so each character of motd times out for 100ms
changing pipe timeout to 10ms works too, but is just a workaround

it didnt always happen, i think that variable time of loading ext cmds
made it so on ofw it usually manages to print motd before pipe is broken
on cfw with more ext commands it always hung, on ofw only sometimes

important part is bailing early in cli shell
in cli vcp i made it cleanup cli shell on disconnect so it doesnt stay
around after disconnecting usb, might free a little ram maybe
2025-07-22 17:16:17 +02:00

2.4 KiB

Added:

  • SubGHz:
    • UL: Roger (static 28 bit) with add manually support (by @xMasterX & @mishamyte)
    • UL: V2 Phoenix full support (button switch, add manually, counter decrypt/encrypt) (by @xMasterX & @RocketGod-git, original code by @Skorpionm)
    • UL: Add Keeloq support for - Motorline (with add manually support), Rosh, Pecinin, Rossi, Merlin, Steelmate (by @xMasterX & @RocketGod-git)
    • UL: Nero Radio static parse and display more data (by @xMasterX)
    • UL: Marantec protocol implement CRC verification display and add manually support (by @xMasterX & @li0ard, original code by @Skorpionm)
    • UL: Keeloq Comunello add manually support (by @xMasterX)
  • RFID: Support writing Securakey, Jablotron and FDX-B to EM4305 cards (#434 by @jamisonderek)
  • BT Remote: Add Rename Option, simplify Bad KB BLE profile (#439 by @aaronjamt & @WillyJL)
  • MNTM Settings:
    • Add Main Menu support for directories and generic files (including JS files) (#331 by @956MB & @WillyJL)
    • Add Skip Sliding Animations option for Lockscreen (#436 by @aaronjamt)
  • Desktop: Add Keybinds support for directories (#331 by @956MB & @WillyJL)
  • Input Settings: Add Vibro Trigger option (#429 by @956MB)

Updated:

  • Apps:
    • Asteroids: Bugfixes, title screen, Drone Buddy power-up (by @SimplyMinimal)
    • Combo Cracker: Allow press and hold to change values, add tutorial (by @TAxelAnderson)
    • FlipDownloader: Added a new option to download GitHub repositories (by @jblanked)
    • Flipper Blackhat: Add Deauth Broadcast command (by @o7-machinehum)
    • KeyCopier: Added Weiser WR3 key format (by @lightos)
    • NFC Playlist: Refactor playlist worker, new settings layout, loop setting, controls to move between items (by @acegoal07)
    • Sentry Safe: New interface, settings & help page (by @H4ckd4ddy)
  • Sub-GHz:
    • UL: Add 868.46 MHz to default subghz freqs list (by @xMasterX)
    • UL: Reduce less popular freqs in default hopper preset, make it faster (by @xMasterX)
  • JS: Expose button event type in gui/widget button callback (by @WillyJL)
  • UL: Docs: Update Sub-GHz DoorHan programming instructions (by @li0ard)

Fixed:

  • CLI: Fix long delay with quick connect/disconnect, qFlipper should connect faster as expected again (by @WillyJL)
  • Bad KB: Fix modifier keys with HOLD/RELEASE commands (by @WillyJL)
  • Desktop: Fix lock screen hang (#438 by @aaronjamt)
  • NFC: Fix incorrect Saflok year formula (#433 by @Eltrick)

Removed:

  • Nothing