|
@@ -1,7 +1,7 @@
|
|
|
App(
|
|
App(
|
|
|
appid="esp_flasher",
|
|
appid="esp_flasher",
|
|
|
name="[ESP] ESP Flasher",
|
|
name="[ESP] ESP Flasher",
|
|
|
- fap_version=(1,2),
|
|
|
|
|
|
|
+ fap_version=(1, 2),
|
|
|
apptype=FlipperAppType.EXTERNAL,
|
|
apptype=FlipperAppType.EXTERNAL,
|
|
|
entry_point="esp_flasher_app",
|
|
entry_point="esp_flasher_app",
|
|
|
requires=["gui"],
|
|
requires=["gui"],
|
|
@@ -11,21 +11,21 @@ App(
|
|
|
fap_icon="wifi_10px.png",
|
|
fap_icon="wifi_10px.png",
|
|
|
fap_category="GPIO",
|
|
fap_category="GPIO",
|
|
|
fap_private_libs=[
|
|
fap_private_libs=[
|
|
|
- Lib(
|
|
|
|
|
- name="esp-serial-flasher",
|
|
|
|
|
- fap_include_paths=["include"],
|
|
|
|
|
- sources=[
|
|
|
|
|
- "src/esp_loader.c",
|
|
|
|
|
- "src/esp_targets.c",
|
|
|
|
|
- "src/md5_hash.c",
|
|
|
|
|
- "src/protocol_common.c",
|
|
|
|
|
- "src/protocol_uart.c",
|
|
|
|
|
- "src/slip.c"
|
|
|
|
|
- ],
|
|
|
|
|
- cincludes=["lib/esp-serial-flasher/private_include"],
|
|
|
|
|
- cdefines=["SERIAL_FLASHER_INTERFACE_UART=1", "MD5_ENABLED=1"],
|
|
|
|
|
- ),
|
|
|
|
|
- ],
|
|
|
|
|
|
|
+ Lib(
|
|
|
|
|
+ name="esp-serial-flasher",
|
|
|
|
|
+ fap_include_paths=["include"],
|
|
|
|
|
+ sources=[
|
|
|
|
|
+ "src/esp_loader.c",
|
|
|
|
|
+ "src/esp_targets.c",
|
|
|
|
|
+ "src/md5_hash.c",
|
|
|
|
|
+ "src/protocol_common.c",
|
|
|
|
|
+ "src/protocol_uart.c",
|
|
|
|
|
+ "src/slip.c",
|
|
|
|
|
+ ],
|
|
|
|
|
+ cincludes=["lib/esp-serial-flasher/private_include"],
|
|
|
|
|
+ cdefines=["SERIAL_FLASHER_INTERFACE_UART=1", "MD5_ENABLED=1"],
|
|
|
|
|
+ ),
|
|
|
|
|
+ ],
|
|
|
cdefines=["SERIAL_FLASHER_INTERFACE_UART=1"],
|
|
cdefines=["SERIAL_FLASHER_INTERFACE_UART=1"],
|
|
|
fap_icon_assets="assets",
|
|
fap_icon_assets="assets",
|
|
|
)
|
|
)
|