worked on making map and base all API driven

This commit is contained in:
Pablo Revilla
2025-10-17 14:26:08 -07:00
parent 3cca445cad
commit e4a6de3615
2 changed files with 2 additions and 1 deletions

View File

@@ -19,6 +19,7 @@
"67": "Telemetry",
"70": "Traceroute",
"71": "Neighbor Info"
}
},
"chat": {
"replying_to": "Replying to:",

View File

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