ci: remove unused keyword

This commit is contained in:
Fu Hanxi
2025-09-24 13:06:58 +02:00
parent 34f658a2c6
commit 809161fb19

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...')