mirror of
https://github.com/MarekWo/mc-webui.git
synced 2026-08-07 01:03:15 +02:00
docs: Add MC_DEVICE_NAME=auto as recommended setting
Updated README.md and .env.example to recommend auto-detection of device name from meshcli prompt instead of manual configuration. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
+3
-2
@@ -11,8 +11,9 @@
|
||||
MC_SERIAL_PORT=/dev/serial/by-id/[YOUR_DEVICE_ID]
|
||||
|
||||
# Your MeshCore device name (used for .msgs file)
|
||||
# Example: MarWoj, SP5XYZ, MyNode
|
||||
MC_DEVICE_NAME=[YOUR_DEVICE_NAME]
|
||||
# Use "auto" for automatic detection from meshcli (recommended)
|
||||
# Or specify manually: MarWoj, SP5XYZ, MyNode
|
||||
MC_DEVICE_NAME=auto
|
||||
|
||||
# MeshCore configuration directory (where .msgs and settings files are stored)
|
||||
# Default: ./data/meshcore (inside project directory)
|
||||
|
||||
Reference in New Issue
Block a user