From 73b06248aa86dc4ada478e2395153ab78274dbe3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20G=C3=B6ttgens?= Date: Mon, 25 Apr 2022 09:15:33 +0200 Subject: [PATCH] Update __init__.py Device firmware requires 20300 now - change coming from android. --- meshtastic/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meshtastic/__init__.py b/meshtastic/__init__.py index b0eeee6..7832174 100644 --- a/meshtastic/__init__.py +++ b/meshtastic/__init__.py @@ -94,7 +94,7 @@ BROADCAST_NUM = 0xffffffff BROADCAST_ADDR = "^all" """A special ID that means broadcast""" -OUR_APP_VERSION = 20200 +OUR_APP_VERSION = 20300 """The numeric buildnumber (shared with android apps) specifying the level of device code we are guaranteed to understand