Merge branch 'ci/fix-unused-keyword' into 'master'

ci: remove unused keyword

See merge request espressif/esp-idf!42150
This commit is contained in:
Roland Dobai
2025-09-24 13:41:07 +02:00

View File

@@ -32,7 +32,7 @@ class LoadableAppSerial(EspSerial):
def _start(self) -> None: def _start(self) -> None:
self.load_ram() self.load_ram()
@EspSerial.use_esptool(hard_reset_after=False, no_stub=True) @EspSerial.use_esptool()
def load_ram(self) -> None: def load_ram(self) -> None:
if not self.app.bin_file: if not self.app.bin_file:
logging.error('No image file detected. Skipping load ram...') logging.error('No image file detected. Skipping load ram...')