Searched refs:FW_REGEX (Results 1 – 1 of 1) sorted by relevance
46 FW_REGEX = re.compile(r'FW:(?P<firmware>\S+) HW:') variable1242 fw_version = re.search(FW_REGEX, fw_output).group('firmware')