Searched refs:check_with_mcumgr_command (Results 1 – 3 of 3) sorted by relevance
12 from utils import check_with_mcumgr_command, check_with_shell_command57 check_with_mcumgr_command(mcumgr, origin_version)
12 from utils import check_with_mcumgr_command, check_with_shell_command81 check_with_mcumgr_command(mcumgr, new_version)136 check_with_mcumgr_command(mcumgr, new_version)
21 def check_with_mcumgr_command(mcumgr: MCUmgr, version: str) -> None: function