Update meshcore capture to use wifi heltec v4
This commit is contained in:
Rescla
2026-02-12 20:19:05 +01:00
parent 7271b7be73
commit 768c05ada2
3 changed files with 4 additions and 3 deletions

View File

@@ -21,7 +21,8 @@ resource "docker_container" "meshcore-capture" {
}
env = [
"PACKETCAPTURE_CONNECTION_TYPE=serial",
"PACKETCAPTURE_CONNECTION_TYPE=TCP",
"PACKETCAPTURE_TCP_HOST=172.20.0.68",
"PACKETCAPTURE_MQTT1_ENABLED=true",
"PACKETCAPTURE_MQTT1_SERVER=mqtt-us-v1.letsmesh.net",
"PACKETCAPTURE_MQTT1_PORT=443",

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long