Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ExpressLRS/ExpressLRS
/ write
Method
write
src/python/SerialHelper.py:64–68 ·
view source on GitHub ↗
(self, data)
Source
from the content-addressed store, hash-verified
62
return
""
63
64
def
write(self, data):
65
serial = self.serial
66
data = self.encode(data)
67
cnt = serial.write(data)
68
serial.flush()
69
70
def
write_str(self, data, new_line=True):
71
if
(new_line):
Callers
14
reset_to_bootloader
Function · 0.95
write_str
Method · 0.95
send_model_command
Function · 0.45
send_bind_command
Function · 0.45
dbg_print
Function · 0.45
etx_passthrough_init
Function · 0.45
dbg_print
Function · 0.45
send
Function · 0.45
query_yes_no
Function · 0.45
print_error
Function · 0.45
process_build_flag
Function · 0.45
build_flags.py
File · 0.45
Calls
2
encode
Method · 0.95
flush
Method · 0.45
Tested by
no test coverage detected