mirror of
https://github.com/meshtastic/firmware.git
synced 2025-02-01 18:29:56 +00:00
8 lines
137 B
Python
Executable File
8 lines
137 B
Python
Executable File
#!/usr/bin/env python3
|
|
import configparser
|
|
from readprops import readProps
|
|
|
|
|
|
verStr = readProps('version.properties')
|
|
print(f"{verStr}")
|