You've already forked fm-dx-webserver
mirror of
https://github.com/KubaPro010/fm-dx-webserver.git
synced 2026-02-26 22:13:53 +01:00
TX ID Algorithm tweaks and config options
Fix bug when TX ERP is 1W and allow user choice of algorithms in webserver config
This commit is contained in:
@@ -30,7 +30,8 @@ let serverConfig = {
|
||||
],
|
||||
defaultTheme: "theme1",
|
||||
bgImage: "",
|
||||
rdsMode: false
|
||||
rdsMode: false,
|
||||
txIdAlgorithm: 0
|
||||
},
|
||||
xdrd: {
|
||||
wirelessConnection: true,
|
||||
|
||||
Reference in New Issue
Block a user