mirror of
https://github.com/espressif/esp-idf.git
synced 2025-10-02 10:00:57 +02:00
ci: remove unused keyword
This commit is contained in:
@@ -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...')
|
||||||
|
Reference in New Issue
Block a user