Skip to content

Commit

Permalink
Latest RM1204-1241-0.420.0-7add7d3 on PATREON - ADD MATHWIZ
Browse files Browse the repository at this point in the history
  • Loading branch information
RogueMaster committed Dec 9, 2024
1 parent 49a117c commit 837fb79
Show file tree
Hide file tree
Showing 15 changed files with 123 additions and 234 deletions.
2 changes: 2 additions & 0 deletions ReadMe.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ This software is for experimental purposes only and is not meant for any illegal
- 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
- [Apps updated with VCP Break Support Updates (By RogueMaster)](https://github.com/RogueMaster/flipperzero-firmware-wPlugins/commit/)
- Updated: [Metroflip v0.2 (By luu176)](https://github.com/luu176/Metroflip)
- Added: [Math Wiz v1.1 (By ImPapaGhost)](https://github.com/ImPapaGhost/math_wiz)
- Coming Soon: OFW: [Storage: remove LFS #3577](https://github.com/flipperdevices/flipperzero-firmware/pull/3577) [FuriEventLoop Pt.2 #3703](https://github.com/flipperdevices/flipperzero-firmware/pull/3703) [#3824](https://github.com/flipperdevices/flipperzero-firmware/pull/3824) [#3836](https://github.com/flipperdevices/flipperzero-firmware/pull/3836) [#3834](https://github.com/flipperdevices/flipperzero-firmware/pull/3834) [#3830](https://github.com/flipperdevices/flipperzero-firmware/pull/3834) [#3837](https://github.com/flipperdevices/flipperzero-firmware/pull/3837) [#3849](https://github.com/flipperdevices/flipperzero-firmware/pull/3849) [#3852](https://github.com/flipperdevices/flipperzero-firmware/pull/3852) [#3879](https://github.com/flipperdevices/flipperzero-firmware/pull/3879) [#3875](https://github.com/flipperdevices/flipperzero-firmware/pull/3875) [#3859](https://github.com/flipperdevices/flipperzero-firmware/pull/3859) [#3863](https://github.com/flipperdevices/flipperzero-firmware/pull/3863) [#3866](https://github.com/flipperdevices/flipperzero-firmware/pull/3866) [#3865](https://github.com/flipperdevices/flipperzero-firmware/pull/3865) [#3887](https://github.com/flipperdevices/flipperzero-firmware/pull/3887) [#3892](https://github.com/flipperdevices/flipperzero-firmware/pull/3892) [#3909](https://github.com/flipperdevices/flipperzero-firmware/pull/3909) [#3881](https://github.com/flipperdevices/flipperzero-firmware/pull/3881) [#3942](https://github.com/flipperdevices/flipperzero-firmware/pull/3942) [#3841](https://github.com/flipperdevices/flipperzero-firmware/pull/3841) [#3950](https://github.com/flipperdevices/flipperzero-firmware/pull/3950) [#3952](https://github.com/flipperdevices/flipperzero-firmware/pull/3952) [#3958](https://github.com/flipperdevices/flipperzero-firmware/pull/3958) [#3963](https://github.com/flipperdevices/flipperzero-firmware/pull/3963) [#3971](https://github.com/flipperdevices/flipperzero-firmware/pull/3971) [#3961](https://github.com/flipperdevices/flipperzero-firmware/pull/3961) [#3906](https://github.com/flipperdevices/flipperzero-firmware/pull/3906) [#3978](https://github.com/flipperdevices/flipperzero-firmware/pull/3978) [#3980](https://github.com/flipperdevices/flipperzero-firmware/pull/3980)

<a name="release">
Expand Down Expand Up @@ -530,6 +531,7 @@ $ ./fbt dolphin_ext
- [MALVEKE GB Photo v2.3 (By EstebanFuentealba)](https://github.com/EstebanFuentealba/MALVEKE-Flipper-Zero/tree/main/flipper_companion_apps/applications/external/malveke_gb_photo) `Req: Malveke`
- [MALVEKE PIN Test v2.1 (By EstebanFuentealba)](https://github.com/EstebanFuentealba/MALVEKE-Flipper-Zero/tree/main/flipper_companion_apps/applications/external/malveke_pin_test) `Req: Malveke`
- [Marmalade v0.1.1 (By RocketGod)](https://github.com/RocketGod-git/flipper-zero-rf-jammer) (Exercise Caution and Follow Your Local Laws)
- [Math Wiz v1.1 (By ImPapaGhost)](https://github.com/ImPapaGhost/math_wiz)
- [MAX31855 (By skotopes)](https://github.com/skotopes/flipperzero_max31855)
- [Metroflip v0.2 (By luu176)](https://github.com/luu176/Metroflip)
- [Metronome v1.3 (By panki27)](https://github.com/panki27/Metronome)
Expand Down
18 changes: 0 additions & 18 deletions applications/external/math_wiz/.vscode/c_cpp_properties.json

This file was deleted.

14 changes: 0 additions & 14 deletions applications/external/math_wiz/.vscode/compile_commands.json

This file was deleted.

24 changes: 0 additions & 24 deletions applications/external/math_wiz/.vscode/launch.json

This file was deleted.

59 changes: 0 additions & 59 deletions applications/external/math_wiz/.vscode/settings.json

This file was deleted.

19 changes: 8 additions & 11 deletions applications/external/math_wiz/application.fam
Original file line number Diff line number Diff line change
@@ -1,17 +1,14 @@
# For details & more options, see documentation/AppManifests.md in firmware repo

App(
appid="math_wiz", # Must be unique
name="Math Wiz", # Displayed in menus
appid="math_wiz",
name="Math Wiz",
apptype=FlipperAppType.EXTERNAL,
entry_point="math_wiz_main",
stack_size=2 * 1024,
fap_icon="math_wiz.png",
fap_icon_assets="images",
fap_category="Tools",
# Optional values
# fap_version="1.1",
fap_icon="math_wiz.png", # 10x10 1-bit PNG
# fap_description="Does some trig/calculus calculations",
# fap_author="Papa_Ghost",
# fap_weburl="https://github.com/ImPapaGhost/math_wiz",
fap_icon_assets="images", # Image assets to compile for this application
fap_author="Papa_Ghost",
fap_weburl="https://github.com/ImPapaGhost/math_wiz",
fap_version="1.1",
fap_description="Does some trig/calculus calculations",
)
Binary file not shown.
Binary file removed applications/external/math_wiz/dist/math_wiz.fap
Binary file not shown.
Binary file modified applications/external/math_wiz/images/Instructions_Menu.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified applications/external/math_wiz/images/Main_menu.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified applications/external/math_wiz/images/Polynomial_Solver.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified applications/external/math_wiz/images/Set_coefficient_Value.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified applications/external/math_wiz/images/Set_x_Value.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 837fb79

Please sign in to comment.