Update meshtastic bridge

This commit is contained in:
Finn 2024-10-17 15:42:35 -07:00
parent db5a5bd72d
commit 01c3e803dc
2 changed files with 4 additions and 4 deletions

View file

@ -19,7 +19,7 @@ spec:
effect: NoSchedule effect: NoSchedule
containers: containers:
- name: matrix-meshtastic-bridge - name: matrix-meshtastic-bridge
image: git.janky.solutions/finn/matrix-meshtastic-bridge:sha-af3d7c3 image: git.janky.solutions/finn/matrix-meshtastic-bridge:sha-871020c
securityContext: securityContext:
privileged: true privileged: true
env: env:
@ -37,7 +37,7 @@ spec:
- name: config - name: config
mountPath: /config mountPath: /config
- name: ttyacm0 - name: ttyacm0
mountPath: /dev/ttyUSB1 mountPath: /dev/ttyUSB0
- name: data - name: data
mountPath: /data mountPath: /data
volumes: volumes:
@ -47,7 +47,7 @@ spec:
- name: ttyacm0 - name: ttyacm0
hostPath: hostPath:
type: CharDevice type: CharDevice
path: /dev/ttyUSB1 path: /dev/ttyUSB0
volumeClaimTemplates: volumeClaimTemplates:
- metadata: - metadata:
name: data name: data

View file

@ -6,7 +6,7 @@
"state": "/data/matrix.db" "state": "/data/matrix.db"
}, },
"meshtastic": { "meshtastic": {
"device": "/dev/ttyUSB1" "device": "/dev/ttyUSB0"
}, },
"db": "sqlite:///data/bridge.db" "db": "sqlite:///data/bridge.db"
} }