firmware/bin/buildinfo.py

8 lines
137 B
Python
Raw Normal View History

#!/usr/bin/env python3
import configparser
2021-04-16 02:59:46 +00:00
from readprops import readProps
2021-04-16 02:59:46 +00:00
verStr = readProps('version.properties')
print(f"{verStr}")