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

Function get_version

src/python/build_flags.py:130–131  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

128 return string_to_ascii(env.get('GIT_SHA'))
129
130def get_version():
131 return string_to_ascii(env.get('GIT_VERSION'))
132
133json_flags['flash-discriminator'] = randint(1,2**32-1)
134json_flags['wifi-on-interval'] = -1

Callers 1

build_flags.pyFile · 0.70

Calls 1

string_to_asciiFunction · 0.85

Tested by

no test coverage detected