Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ExpressLRS/ExpressLRS
/ dbg_print
Function
dbg_print
src/python/BFinitPassthrough.py:19–21 ·
view source on GitHub ↗
(line='')
Source
from the content-addressed store, hash-verified
17
pass
18
19
def
dbg_print(line=
''
):
20
sys.stdout.write(line +
'\n'
)
21
sys.stdout.flush()
22
23
24
def
_validate_serialrx(rl, config, expected):
Callers
8
send_model_command
Function · 0.70
set_model.py
File · 0.70
send_bind_command
Function · 0.70
bind.py
File · 0.70
bf_passthrough_init
Function · 0.70
reset_to_bootloader
Function · 0.70
init_passthrough
Function · 0.70
main
Function · 0.70
Calls
2
write
Method · 0.45
flush
Method · 0.45
Tested by
no test coverage detected