make our version 1.1.20

This commit is contained in:
Kevin Hester committed 2020-12-05 10:24:48 +08:00
1 parent 5a377cce3e
commit 5972dc6dd2
1 file changed
+4 -2
+4 -2
View File
@@ -83,9 +83,11 @@ BROADCAST_NUM = 0xffffffff
MY_CONFIG_ID = 42
"""The numeric buildnumber (shared with android apps) specifying the level of device code we are guaranteed to understand"""
OUR_APP_VERSION = 172
"""The numeric buildnumber (shared with android apps) specifying the level of device code we are guaranteed to understand
format is Mmmss (where M is 1+the numeric major number. i.e. 20120 means 1.1.20
"""
OUR_APP_VERSION = 20120
class MeshInterface:
"""Interface class for meshtastic devices