Skip to content

Commit

Permalink
upd avr isp
Browse files Browse the repository at this point in the history
  • Loading branch information
xMasterX committed Mar 10, 2024
1 parent e8505a8 commit efc1c53
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions base_pack/avr_isp_programmer/application.fam
Original file line number Diff line number Diff line change
Expand Up @@ -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=[
Expand Down
Binary file added base_pack/avr_isp_programmer/avr_app_icon_10px.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 removed base_pack/avr_isp_programmer/avr_app_icon_10x10.png
Binary file not shown.
4 changes: 2 additions & 2 deletions base_pack/avr_isp_programmer/helpers/avr_isp_types.h
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit efc1c53

Please sign in to comment.