Revert "Merge remote-tracking branch 'OFW/portasynthinca3/3332-autolock-fixes' into dev"

This reverts commit ba4c4e528a, reversing
changes made to 16e4b9219a.
This commit is contained in:
MX
2024-09-26 21:58:50 +03:00
parent b03d9f313b
commit e407c623e0
7 changed files with 4 additions and 102 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(
[