Merge remote-tracking branch 'ul/dev' into mntm-dev

This commit is contained in:
Willy-JL
2024-09-27 01:45:42 +01:00
10 changed files with 97 additions and 127 deletions
+1 -3
View File
@@ -13,9 +13,7 @@ def main():
parser.add_argument("-p", "--port", help="CDC Port", default="auto")
args = parser.parse_args()
if not (port := resolve_port(logger, args.port)):
logger.error(
"Is Flipper connected via USB, currently unlocked and not in DFU mode?"
)
logger.error("Is Flipper connected via USB and not in DFU mode?")
return 1
subprocess.call(
[