mirror of
https://github.com/AkitaEngineering/Akita-Meshtastic-Meshcore-Bridge.git
synced 2026-07-06 18:00:59 +02:00
3cf9ea5d22
- Updated test_protocol.py to maintain consistent formatting and structure. - Adjusted tmp_no_default.ini to use consistent line endings. - Reformatted tmp_run_load.py and tmp_test_config.py for improved readability.
21 lines
574 B
INI
21 lines
574 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
|