dualInterfaceSupport

This commit is contained in:
SpudGunMan
2024-07-24 19:10:47 -07:00
parent 1d29383f73
commit 6eea7b5d90
2 changed files with 11 additions and 4 deletions
+1 -4
View File
@@ -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
+10
View File
@@ -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