diff --git a/ReadMe.md b/ReadMe.md index dbdde3a93cc..d81e47284ce 100644 --- a/ReadMe.md +++ b/ReadMe.md @@ -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 diff --git a/applications/external/esp_flasher/application.fam b/applications/external/esp_flasher/application.fam index 952bbe6fa71..fcd513ee459 100644 --- a/applications/external/esp_flasher/application.fam +++ b/applications/external/esp_flasher/application.fam @@ -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) ) diff --git a/applications/external/hid_app/application.fam b/applications/external/hid_app/application.fam index 8b6349bdef9..cb55b69c335 100644 --- a/applications/external/hid_app/application.fam +++ b/applications/external/hid_app/application.fam @@ -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",