mirror of
https://github.com/DarkFlippers/unleashed-firmware.git
synced 2025-12-12 20:49:49 +04:00
Updating bench flipper search algorithm (#3742)
* initial commit, changed flipper search function and unit test runner script * increased timeouts due to new unpacking delays * python formatting fixes * fixed flipper name Co-authored-by: doomwastaken <k.volkov@flipperdevices.com> Co-authored-by: あく <alleteam@gmail.com>
This commit is contained in:
committed by
GitHub
parent
cf0cc4fa8d
commit
248e926a82
@@ -15,4 +15,3 @@ def resolve_port(logger, portname: str = "auto"):
|
||||
logger.error("Failed to find connected Flipper")
|
||||
elif len(flippers) > 1:
|
||||
logger.error("More than one Flipper is attached")
|
||||
logger.error("Failed to guess which port to use")
|
||||
|
||||
Reference in New Issue
Block a user