fix: add paho-mqtt dependency + improve Infonet sync status labels

paho-mqtt was missing from pyproject.toml, causing the Meshtastic MQTT
bridge to silently disable itself in Docker — no live chat messages
could be received. Also improve Infonet node status labels: show
RETRYING when sync fails instead of misleading SYNCING, and WAITING
when node is enabled but no sync has run yet.
This commit is contained in:
anoracleofra-code
2026-03-26 15:45:11 -06:00
parent b03dc936df
commit 12cf5c0824
3 changed files with 15 additions and 1 deletions
+1
View File
@@ -21,6 +21,7 @@ dependencies = [
"reverse-geocoder==1.5.1",
"sgp4==2.23",
"orjson>=3.10.0",
"paho-mqtt>=1.6.0",
"slowapi==0.1.9",
"uvicorn==0.34.0",
"yfinance==0.2.54",