Skip to content

Commit 73b0624

Browse files
authored
Update __init__.py
Device firmware requires 20300 now - change coming from android.
1 parent 82169f9 commit 73b0624

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

meshtastic/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ def onConnection(interface, topic=pub.AUTO_TOPIC): # called when we (re)connect
9494
BROADCAST_ADDR = "^all"
9595
"""A special ID that means broadcast"""
9696

97-
OUR_APP_VERSION = 20200
97+
OUR_APP_VERSION = 20300
9898
"""The numeric buildnumber (shared with android apps) specifying the
9999
level of device code we are guaranteed to understand
100100

0 commit comments

Comments
 (0)