1
mirror of https://github.com/flipperdevices/flipperzero-firmware.git synced 2025-12-12 12:51:22 +04:00

uFBT: devboard_flash to update WiFi devboard (#2969)

* uFBT: devboard_flash to update WiFi devboard
* uFBT: help
This commit is contained in:
Sergey Gavrilov
2023-08-10 15:29:44 +03:00
committed by GitHub
parent c40e4ba01e
commit 498aee20a2
2 changed files with 5 additions and 0 deletions

View File

@@ -348,6 +348,9 @@ appenv.PhonyTarget(
'${PYTHON3} "${FBT_SCRIPT_DIR}/serial_cli.py" -p ${FLIP_PORT}',
)
# Update WiFi devboard firmware
dist_env.PhonyTarget("devboard_flash", "${PYTHON3} ${FBT_SCRIPT_DIR}/wifi_board.py")
# Linter
dist_env.PhonyTarget(

View File

@@ -26,6 +26,8 @@ Flashing & debugging:
Install firmware using self-update package
debug, debug_other, blackmagic:
Start GDB
devboard_flash:
Update WiFi dev board with the latest firmware
Other:
cli: