1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-01-29 14:52:12 +01:00

gcs: set default UDP port to 9000 as used by simposix firmware

This commit is contained in:
Oleg Semyonov 2013-04-12 10:53:00 +02:00
parent a12470f7a7
commit 5040a13efb
3 changed files with 19 additions and 1 deletions

View File

@ -16,7 +16,7 @@
<IPconnection>
<Current>
<arr_1>
<Port>1</Port>
<Port>9000</Port>
<UseTCP>0</UseTCP>
</arr_1>
<size>1</size>

View File

@ -13,6 +13,15 @@
<StyleSheet>default</StyleSheet>
<UDPMirror>false</UDPMirror>
</General>
<IPconnection>
<Current>
<arr_1>
<Port>9000</Port>
<UseTCP>0</UseTCP>
</arr_1>
<size>1</size>
</Current>
</IPconnection>
<KeyBindings>
<size>0</size>
</KeyBindings>

View File

@ -13,6 +13,15 @@
<StyleSheet>default</StyleSheet>
<UDPMirror>false</UDPMirror>
</General>
<IPconnection>
<Current>
<arr_1>
<Port>9000</Port>
<UseTCP>0</UseTCP>
</arr_1>
<size>1</size>
</Current>
</IPconnection>
<KeyBindings>
<size>0</size>
</KeyBindings>