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

This commit is contained in:
Willy-JL
2024-09-23 21:16:04 +01:00
14 changed files with 165 additions and 110 deletions
+3 -1
View File
@@ -13,7 +13,9 @@ 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 and not in DFU mode?")
logger.error(
"Is Flipper connected via USB, currently unlocked and not in DFU mode?"
)
return 1
subprocess.call(
[