瀏覽代碼

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

Willy-JL 2 年之前
父節點
當前提交
6c9887f562
共有 5 個文件被更改,包括 9 次插入3 次删除
  1. 6 0
      avr_isp/.catalog/changelog.md
  2. 2 2
      avr_isp/application.fam
  3. 二進制
      avr_isp/avr_app_icon_10px.png
  4. 二進制
      avr_isp/avr_app_icon_10x10.png
  5. 1 1
      avr_isp/helpers/avr_isp_types.h

+ 6 - 0
avr_isp/.catalog/changelog.md

@@ -0,0 +1,6 @@
+## 1.2
+ - Updade icon
+## 1.1
+ - Updade API v58.0
+## 1.0
+ - Initial release

+ 2 - 2
avr_isp/application.fam

@@ -6,8 +6,8 @@ App(
     requires=["gui"],
     stack_size=4 * 1024,
     fap_description="Application for flashing AVR microcontrollers",
-    fap_version="1.0",
-    fap_icon="avr_app_icon_10x10.png",
+    fap_version="1.2",
+    fap_icon="avr_app_icon_10px.png",
     fap_category="GPIO",
     fap_icon_assets="images",
     fap_private_libs=[

二進制
avr_isp/avr_app_icon_10px.png


二進制
avr_isp/avr_app_icon_10x10.png


+ 1 - 1
avr_isp/helpers/avr_isp_types.h

@@ -3,7 +3,7 @@
 #include <furi.h>
 #include <furi_hal.h>
 
-#define AVR_ISP_VERSION_APP "0.1"
+#define AVR_ISP_VERSION_APP FAP_VERSION
 #define AVR_ISP_DEVELOPED "SkorP"
 #define AVR_ISP_GITHUB "https://github.com/flipperdevices/flipperzero-good-faps"