mirror of
https://github.com/SpudGunMan/meshing-around.git
synced 2026-07-06 09:51:24 +02:00
dualInterfaceSupport
This commit is contained in:
@@ -39,10 +39,7 @@ other features
|
||||
- `launch.sh` will activate and launch the app in the venv if built
|
||||
|
||||
### Configurations
|
||||
Some config is via code, converting to `config.ini` set the appropriate interface for your method (serial/ble/tcp).
|
||||
Only one at a time is supported to a single node at a time.
|
||||
|
||||
the config.template can be used to make a new config.ini
|
||||
Some config is via code see `modules/settings.py`, converting to `config.ini` set the appropriate interface for your method (serial/ble/tcp). The config.template can be used to make a new config.ini
|
||||
|
||||
```
|
||||
#config.ini
|
||||
|
||||
@@ -12,6 +12,16 @@ port = /dev/ttyACM0
|
||||
# hostname = 192.168.0.1
|
||||
# mac = 00:11:22:33:44:55
|
||||
|
||||
# Additional interface for dual radio support
|
||||
[interface2]
|
||||
enabled = False
|
||||
type = serial
|
||||
port = /dev/ttyUSB0
|
||||
#port = /dev/ttyACM1
|
||||
# port = COM1
|
||||
# hostname = 192.168.0.1
|
||||
# mac = 00:11:22:33:44:55
|
||||
|
||||
[general]
|
||||
respond_by_dm_only = True
|
||||
defaultChannel = 0
|
||||
|
||||
Reference in New Issue
Block a user