Add /settings page showing device, LoRa, channels, position, power and bluetooth/network config read from the Meshtastic node. Rebuild map page with consistent sidebar layout instead of standalone fullscreen view. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
17 lines
184 B
YAML
17 lines
184 B
YAML
version: "0.3.6"
|
|
|
|
bot:
|
|
name: "MeshDD-Bot"
|
|
command_prefix: "/"
|
|
|
|
meshtastic:
|
|
host: "192.168.11.11"
|
|
port: 4403
|
|
|
|
web:
|
|
host: "0.0.0.0"
|
|
port: 8080
|
|
|
|
database:
|
|
path: "meshdd.db"
|