Files
sh4un 3cf9ea5d22 Refactor test and configuration files for improved readability and consistency
- 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.
2026-04-17 14:36:27 -04:00

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