MeshDD-Bot/config.yaml
ppfeiffer 30960a194d fix(bot): Nachrichten ohne ACK-Anforderung senden (wantAck=False)
sendText() verwendet jetzt wantAck=False – keine Retry-Logik,
keine ACK-Pakete im Mesh. Sinnvoll für Broadcasts und periodische
Status-Meldungen. Closes #14.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-02-20 14:25:54 +01:00

20 lines
217 B
YAML

version: "0.08.12"
bot:
name: "MeshDD-Bot"
command_prefix: "?"
meshtastic:
host: "192.168.11.4"
port: 4403
web:
host: "0.0.0.0"
port: 8081
database:
path: "meshdd.db"
auth:
session_max_age: 86400