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:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user