[new] — Mt6833 Scatter File Download
# Extract chip information chip_match = re.search(r'PLATFORM\s*:\s*(\S+)', content) if chip_match: self.chip_info['platform'] = chip_match.group(1)
# Extract chip information chip_match = re.search(r'PLATFORM\s*:\s*(\S+)', content) if chip_match: self.chip_info['platform'] = chip_match.group(1)