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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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: