Searched refs:module_path (Results 1 – 1 of 1) sorted by relevance
45 def get_esp_serial_port(module_path): argument48 esptool_path = os.path.join(module_path, 'tools', 'esptool_py')154 module_path = (162 if not module_path.exists():166 self.monitor(module_path, args)168 def monitor(self, module_path, args): argument179 esp_port = get_esp_serial_port(module_path)181 monitor_path = Path(module_path, "tools/idf_monitor/idf_monitor.py")