add API code for /api/packets

This commit is contained in:
Pablo Revilla
2025-08-06 16:47:17 -07:00
parent 5671983ebd
commit a9514a0238
+1 -1
View File
@@ -23,7 +23,7 @@ import re
import traceback
SEQ_REGEX = re.compile(r"seq \d+")
SOFTWARE_RELEASE= "2.0.3.08-08-25"
SOFTWARE_RELEASE= "2.0.3.08-06-25"
CONFIG = config.CONFIG
env = Environment(loader=PackageLoader("meshview"), autoescape=select_autoescape())