1
mirror of https://github.com/DarkFlippers/unleashed-firmware.git synced 2025-12-12 04:34:43 +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 MX
parent 3aad84aa70
commit 43ba76a37f
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: