MCPcopy Create free account
hub / github.com/ExpressLRS/ExpressLRS / read

Method read

src/python/external/esptool/esptool/loader.py:305–307  ·  view source on GitHub ↗

Read a SLIP packet from the serial port

(self)

Source from the content-addressed store, hash-verified

303 )
304
305 def read(self):
306 """Read a SLIP packet from the serial port"""
307 return next(self._slip_reader)
308
309 def write(self, packet):
310 """Write bytes to the serial port while performing SLIP escaping"""

Callers 15

commandMethod · 0.95
run_stubMethod · 0.95
read_flashMethod · 0.95
readerFunction · 0.45
read_lineMethod · 0.45
findFirmwareEndFunction · 0.45
appendToFirmwareFunction · 0.45
pollMethod · 0.45
_connect_attemptMethod · 0.45
slip_readerFunction · 0.45
LoadFirmwareImageFunction · 0.45
load_common_headerMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected