Ver Fonte

Merge video_game_module_tool from https://github.com/flipperdevices/flipperzero-good-faps

Willy-JL há 1 ano atrás
pai
commit
ca395328eb

+ 2 - 0
video_game_module_tool/.catalog/CHANGELOG.md

@@ -1,3 +1,5 @@
+## 1.3
+ - Removed call to legacy SDK API
 ## 1.2
  - Fix crash due to log output in critical section
  - Fix crash when built with DEBUG=1

+ 1 - 1
video_game_module_tool/application.fam

@@ -9,7 +9,7 @@ App(
     ],
     stack_size=2048,
     fap_description="This app is a standalone firmware updater/installer for the Video Game Module",
-    fap_version="1.2",
+    fap_version="1.3",
     fap_icon="vgm_tool.png",
     fap_category="GPIO/VGM",
     fap_icon_assets="icons",