Skip to content

Commit

Permalink
Latest RM1208-2133-0.420.0-837fb79 on PATREON - NEW RELEASE
Browse files Browse the repository at this point in the history
Fixing update list
  • Loading branch information
RogueMaster committed Dec 9, 2024
1 parent a3dbc2c commit f117b40
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
6 changes: 2 additions & 4 deletions ReadMe.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,14 +47,12 @@ This software is for experimental purposes only and is not meant for any illegal
- Updated: [FlipWifi v1.2.1 (By jblanked)](https://github.com/jblanked/FlipWiFi)
- Updated: [CANBUS v1.1.4 (By ElectronicCats)](https://github.com/ElectronicCats/flipper-MCP2515-CANBUS)
- Updated: [SPI Terminal v0.1 (By janwiesemann)](https://github.com/janwiesemann/flipper-spi-terminal)
- [ESP Flasher: add c3 and c6 to s3 option (By jaylikesbunda)](https://github.com/Next-Flip/Momentum-Apps/pull/35)
- [ESP Flasher Assets Updated to LATEST Marauder v1.1.0 (By justcallmekoko)](https://github.com/justcallmekoko/ESP32Marauder/releases/tag/v1.1.0)
- Updated: [ESP Flasher v1.7.2 (By 0xchocolate)](https://github.com/0xchocolate/flipperzero-esp-flasher)
- Updated: [ESP Flasher v1.7.2 (By 0xchocolate)](https://github.com/0xchocolate/flipperzero-esp-flasher) [ESP Flasher: add c3 and c6 to s3 option (By jaylikesbunda)](https://github.com/Next-Flip/Momentum-Apps/pull/35) [ESP Flasher Assets Updated to LATEST Marauder v1.1.0 (By justcallmekoko)](https://github.com/justcallmekoko/ESP32Marauder/releases/tag/v1.1.0)
- Updated: [Bluetooth/USB Remote v1.8 (By Cutch)-OFW](https://github.com/flipperdevices/flipperzero-firmware/pull/1330) [feat(hid_ptt): support Gather (By SapphicCode)](https://github.com/Next-Flip/Momentum-Firmware/pull/304)
- GPIO: [VCP Break Support (By gsurkov)](https://github.com/DarkFlippers/unleashed-firmware/commit/fc25c9fba02abb640eaed84988f7184fbfb823c6)
- OFW: PR: [Increase system stacks reserved memory size #4025 (By Astrrra)](https://github.com/flipperdevices/flipperzero-firmware/pull/4025)
- [Apps updated with VCP Break Support Updates (By xMasterX)](https://github.com/xMasterX/all-the-plugins/commit/4758cd65e5fc923d1970fd17fc0dd4e5e8af7604#diff-4779dde12b41b371f2fd268ddef9c6a24bf02aca75b489d535c0991adda90369)
- Updated:-[Temp Sensors Reader 1.6 (By quen0n)](https://github.com/quen0n/Unitemp-Flipper-Zero-Plugin) [Recenter the pressure canvas if hPa unit is selected (By shininghero)](https://github.com/xMasterX/all-the-plugins/commit/bc4e84ef8a37e93e4a549a24fa04eb6655ff9d63)
- Updated: [Temp Sensors Reader 1.6 (By quen0n)](https://github.com/quen0n/Unitemp-Flipper-Zero-Plugin) [Recenter the pressure canvas if hPa unit is selected (By shininghero)](https://github.com/xMasterX/all-the-plugins/commit/bc4e84ef8a37e93e4a549a24fa04eb6655ff9d63)
- Added: [Frequency Analyzer (External) v1.0 (By xMasterX)](https://github.com/xMasterX/all-the-plugins/tree/dev/non_catalog_apps/freq_analyzer_ext)
- UL: SubGHz: [keeloq jolly motors add full support with add manually (By pkooiman)](https://github.com/DarkFlippers/unleashed-firmware/commit/dd6e0a9b721c09b82a127aadd0a1accba8b18f7c)
- OFW: [Replace mf_classic_dict.nfc with Proxmark3 version #4013](https://github.com/flipperdevices/flipperzero-firmware/pull/4013) RM MF DICT Updated to include latest keys
Expand Down
2 changes: 2 additions & 0 deletions applications/external/esp_flasher/application.fam
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,6 @@ App(
fap_version="1.7.2",
fap_description="ESP Flasher app for Flipper Zero. Flipper Zero app to flash ESP chips from the device (no computer connection needed!). Uses espressif's esp-serial-flasher library. Requires an ESP chip connected to the flipper's UART pins (e.g. Wi-Fi devboard).",
# [support for more boards (By xMasterX)](https://github.com/xMasterX/all-the-plugins/commit/8a208951c53ae5d50f639bd1f7bc77c3b8bb8fc0)
# [ESP Flasher: add c3 and c6 to s3 option (By jaylikesbunda)](https://github.com/Next-Flip/Momentum-Apps/pull/35)
# [ESP Flasher Assets Updated to LATEST Marauder v1.1.0 (By justcallmekoko)](https://github.com/justcallmekoko/ESP32Marauder/releases/tag/v1.1.0)
)
1 change: 1 addition & 0 deletions applications/external/hid_app/application.fam
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# [Accelerated Mouse Pointer (By LeeroysHub)](https://github.com/LeeroysHub/flipperzero-firmware-wPlugins/commit/f67680d5b004a72419550a8268802030a8421643)
# [Enhance Random Interval and Movement Functionality in HID Mouse Jiggler for Improved Stealth and Human-Like Behavior (By gushmazuko)](https://github.com/DarkFlippers/unleashed-firmware/pull/746)
# [feat(hid_ptt): support Gather (By SapphicCode)](https://github.com/Next-Flip/Momentum-Firmware/pull/304)
App(
appid="hid_usb",
name="USB Remote",
Expand Down

0 comments on commit f117b40

Please sign in to comment.