Skip to content

Commit

Permalink
Fix fap build (#28)
Browse files Browse the repository at this point in the history
* Update application.fam

Duplicate cdefines to fix new toolchain errors

* Update version
  • Loading branch information
0xchocolate authored Aug 3, 2024
1 parent 4e19dbe commit e11cc49
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions application.fam
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
App(
appid="esp_flasher",
name="ESP Flasher",
fap_version=(1,5),
fap_version=(1,6),
apptype=FlipperAppType.EXTERNAL,
entry_point="esp_flasher_app",
requires=["gui"],
Expand All @@ -25,6 +25,6 @@ App(
cdefines=["SERIAL_FLASHER_INTERFACE_UART=1", "MD5_ENABLED=1", "SERIAL_FLASHER_WRITE_BLOCK_RETRIES=10"],
),
],
cdefines=["SERIAL_FLASHER_INTERFACE_UART=1"],
cdefines=["SERIAL_FLASHER_INTERFACE_UART=1", "MD5_ENABLED=1", "SERIAL_FLASHER_WRITE_BLOCK_RETRIES=10"],
fap_icon_assets="assets",
)

0 comments on commit e11cc49

Please sign in to comment.