mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-17 04:34:44 -07:00
Merge unleashed
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
App(
|
||||
appid="esp32_wifi_marauder",
|
||||
name="[ESP32] WiFi Marauder",
|
||||
fap_version=(6,0),
|
||||
apptype=FlipperAppType.EXTERNAL,
|
||||
entry_point="wifi_marauder_app",
|
||||
requires=["gui"],
|
||||
@@ -8,22 +9,5 @@ App(
|
||||
order=90,
|
||||
fap_icon="wifi_10px.png",
|
||||
fap_category="WiFi",
|
||||
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",
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user