firmware/bin/buildinfo.py

8 lines
145 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-05-03 01:50:06 +00:00
verObj = readProps('version.properties')
print(f"{verObj['long']}")