浏览代码

upd avr isp

MX 2 年之前
父节点
当前提交
83dd3fbe0b
共有 4 个文件被更改,包括 4 次插入4 次删除
  1. 2 2
      application.fam
  2. 二进制
      avr_app_icon_10px.png
  3. 二进制
      avr_app_icon_10x10.png
  4. 2 2
      helpers/avr_isp_types.h

+ 2 - 2
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_app_icon_10px.png


二进制
avr_app_icon_10x10.png


+ 2 - 2
helpers/avr_isp_types.h

@@ -3,9 +3,9 @@
 #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-firmware"
+#define AVR_ISP_GITHUB "https://github.com/flipperdevices/flipperzero-good-faps"
 
 #define AVR_ISP_APP_FILE_VERSION 1
 #define AVR_ISP_APP_FILE_TYPE "Flipper Dump AVR"