mirror of
https://github.com/meshtastic/firmware.git
synced 2025-02-01 10:19:59 +00:00
8 lines
145 B
Python
Executable File
8 lines
145 B
Python
Executable File
#!/usr/bin/env python3
|
|
import configparser
|
|
from readprops import readProps
|
|
|
|
|
|
verObj = readProps('version.properties')
|
|
print(f"{verObj['long']}")
|