mirror of
https://github.com/AkitaEngineering/Akita-Meshtastic-Meshcore-Bridge.git
synced 2026-03-28 17:42:42 +01:00
21 lines
554 B
INI
21 lines
554 B
INI
; examples/config.local.serial.ini
|
|
; Local config for testing the bridge with a serial simulator (Windows example)
|
|
|
|
[DEFAULT]
|
|
MESHTASTIC_SERIAL_PORT = COM5 ; simulator writes here
|
|
EXTERNAL_TRANSPORT = serial
|
|
|
|
; Serial settings (external transport)
|
|
SERIAL_PORT = COM6 ; bridge connects to this (simulator pairs with COM5)
|
|
SERIAL_BAUD_RATE = 9600
|
|
SERIAL_PROTOCOL = json_newline
|
|
|
|
; Bridge & common
|
|
EXTERNAL_NETWORK_ID = test_net
|
|
BRIDGE_NODE_ID = !ammb_test
|
|
MESSAGE_QUEUE_SIZE = 100
|
|
LOG_LEVEL = DEBUG
|
|
|
|
; API (optional)
|
|
API_ENABLED = False
|