add API code for /api/packets

This commit is contained in:
Pablo Revilla
2025-07-23 08:53:06 -07:00
parent 75a2189862
commit 4b5c2891ba
+1 -1
View File
@@ -23,7 +23,7 @@ import re
import traceback
SEQ_REGEX = re.compile(r"seq \d+")
SOFTWARE_RELEASE= "2.0.3.06-26-25"
SOFTWARE_RELEASE= "2.0.4.07-23-25"
CONFIG = config.CONFIG
env = Environment(loader=PackageLoader("meshview"), autoescape=select_autoescape())