worked on making map and base all API driven

This commit is contained in:
Pablo Revilla
2025-10-22 15:57:34 -07:00
parent cbe4895b2c
commit ad8835a46b

View File

@@ -30,7 +30,7 @@ logging.basicConfig(
logger = logging.getLogger(__name__)
SEQ_REGEX = re.compile(r"seq \d+")
SOFTWARE_RELEASE = "2.0.7 ~ 10-17-25"
SOFTWARE_RELEASE = "2.0.8 ~ 10-22-25"
CONFIG = config.CONFIG
env = Environment(loader=PackageLoader("meshview"), autoescape=select_autoescape())