<:Nami2:939038794794020874>
@@ -1,29 +0,0 @@
|
||||
App(
|
||||
appid="esp_flasher",
|
||||
name="[GPIO] ESP Flasher",
|
||||
apptype=FlipperAppType.EXTERNAL,
|
||||
entry_point="esp_flasher_app",
|
||||
requires=["gui"],
|
||||
stack_size=4 * 1024,
|
||||
order=90,
|
||||
fap_icon="wifi_10px.png",
|
||||
fap_category="GPIO",
|
||||
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"],
|
||||
),
|
||||
],
|
||||
cdefines=["SERIAL_FLASHER_INTERFACE_UART=1"],
|
||||
fap_icon_assets="assets",
|
||||
)
|
||||
@@ -0,0 +1,29 @@
|
||||
App(
|
||||
appid="esp_flasher",
|
||||
name="[GPIO] ESP Flasher",
|
||||
apptype=FlipperAppType.EXTERNAL,
|
||||
entry_point="esp_flasher_app",
|
||||
requires=["gui"],
|
||||
stack_size=4 * 1024,
|
||||
order=90,
|
||||
fap_icon="wifi_10px.png",
|
||||
fap_category="GPIO",
|
||||
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"],
|
||||
),
|
||||
],
|
||||
cdefines=["SERIAL_FLASHER_INTERFACE_UART=1"],
|
||||
fap_icon_assets="assets",
|
||||
)
|
||||
|
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 1.4 KiB |
|
Before Width: | Height: | Size: 1.8 KiB After Width: | Height: | Size: 1.8 KiB |
|
Before Width: | Height: | Size: 1.8 KiB After Width: | Height: | Size: 1.8 KiB |
|
Before Width: | Height: | Size: 7.0 KiB After Width: | Height: | Size: 7.0 KiB |
|
Before Width: | Height: | Size: 7.6 KiB After Width: | Height: | Size: 7.6 KiB |
|
Before Width: | Height: | Size: 1.8 KiB After Width: | Height: | Size: 1.8 KiB |
|
Before Width: | Height: | Size: 1.8 KiB After Width: | Height: | Size: 1.8 KiB |
|
Before Width: | Height: | Size: 158 B After Width: | Height: | Size: 158 B |
|
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1.1 KiB |
|
Before Width: | Height: | Size: 1.7 KiB After Width: | Height: | Size: 1.7 KiB |