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

[FL-3346] fbt: added Flipper selection when multiple are connected over USB (#2723)

* fbt: added Flipper selection when multiple are connected over USB
* scripts: serial_cli: added --port (-p) option
This commit is contained in:
hedger
2023-06-08 08:47:27 +04:00
committed by GitHub
parent 09fae620d9
commit 436194e6c7
8 changed files with 24 additions and 9 deletions

View File

@@ -243,6 +243,11 @@ vars.AddVariables(
" app can check what version it is being built for.",
"Official",
),
(
"FLIP_PORT",
"Full port name of Flipper to use, if multiple Flippers are connected",
"auto",
),
)
Return("vars")