diff options
Diffstat (limited to 'setup/windows/windows.cfg')
-rw-r--r-- | setup/windows/windows.cfg | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/setup/windows/windows.cfg b/setup/windows/windows.cfg index fbe008aeb..6e3a1a12f 100644 --- a/setup/windows/windows.cfg +++ b/setup/windows/windows.cfg @@ -155,5 +155,9 @@ <!-- V680 server configuration -->
<entry key="v680.enable">true</entry>
<entry key="v680.port">5016</entry>
+
+ <!-- PT502 server configuration -->
+ <entry key="pt502.enable">true</entry>
+ <entry key="pt502.port">5017</entry>
</properties>
|