current libraries seem to have problems on Windows with thinking files are duplicated when they are not, making it impossible to compile .proto files at runtime in this tool on that platform. this adds a fallback of using shipped, precompiled files in the package. I was already intending on providing this as an option anyway, so might as well start doing it now. Signed-off-by: Brian S. Stephan <bss@incorporeal.org>
10 lines
407 B
Python
10 lines
407 B
Python
"""COPIED OUTPUT OF `protoc foo.proto --python_out .`.
|
|
|
|
The .proto files here have been copied from https://github.com/OpenStickCommunity/GP2040-CE and
|
|
are a point in time import of the GP2040-CE firmware's configuration structure. THEY MAY BE OUT
|
|
OF DATE. If you are a developer, you should really use the `-P` flags to import your local copy
|
|
of the .proto files.
|
|
"""
|
|
|
|
GP2040CE_SNAPSHOT_VERSION = 'v0.7.7'
|