Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ExpressLRS/ExpressLRS
/ get_git_sha
Function
get_git_sha
src/python/build_flags.py:127–128 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
125
return
","
.join([
"%s"
% ord(char)
for
char in str])
126
127
def
get_git_sha():
128
return
string_to_ascii(env.get(
'GIT_SHA'
))
129
130
def
get_version():
131
return
string_to_ascii(env.get(
'GIT_VERSION'
))
Callers
1
build_flags.py
File · 0.85
Calls
1
string_to_ascii
Function · 0.85
Tested by
no test coverage detected