add API code for /api/packets

This commit is contained in:
Pablo Revilla
2025-08-06 16:46:08 -07:00
parent fc8e63bdf7
commit 5671983ebd

View File

@@ -23,7 +23,7 @@ import re
import traceback
SEQ_REGEX = re.compile(r"seq \d+")
SOFTWARE_RELEASE= "2.0.3.07-23-25"
SOFTWARE_RELEASE= "2.0.3.08-08-25"
CONFIG = config.CONFIG
env = Environment(loader=PackageLoader("meshview"), autoescape=select_autoescape())