mirror of https://github.com/ArduPilot/ardupilot
AP_Networking: default IP to 192.168.144.x
This commit is contained in:
parent
13481ce4d8
commit
9d9eaa3150
|
@ -75,9 +75,9 @@
|
|||
#define AP_NETWORKING_DEFAULT_DHCP_ENABLE AP_NETWORKING_DHCP_AVAILABLE
|
||||
#endif
|
||||
|
||||
// Default Static IP Address: 192.168.13.14
|
||||
// Default Static IP Address: 192.168.144.14
|
||||
#ifndef AP_NETWORKING_DEFAULT_STATIC_IP_ADDR
|
||||
#define AP_NETWORKING_DEFAULT_STATIC_IP_ADDR "192.168.13.14"
|
||||
#define AP_NETWORKING_DEFAULT_STATIC_IP_ADDR "192.168.144.14"
|
||||
#endif
|
||||
|
||||
// Default Netmask: 24
|
||||
|
@ -88,9 +88,9 @@
|
|||
#endif
|
||||
|
||||
|
||||
// Default Static IP Address: 192.168.13.1
|
||||
// Default Static IP Address: 192.168.144.1
|
||||
#ifndef AP_NETWORKING_DEFAULT_STATIC_GW_ADDR
|
||||
#define AP_NETWORKING_DEFAULT_STATIC_GW_ADDR "192.168.13.1"
|
||||
#define AP_NETWORKING_DEFAULT_STATIC_GW_ADDR "192.168.144.1"
|
||||
#endif
|
||||
|
||||
// Default MAC Address: C2:AF:51:03:CF:46
|
||||
|
@ -109,7 +109,7 @@
|
|||
|
||||
#if AP_NETWORKING_TESTS_ENABLED
|
||||
#ifndef AP_NETWORKING_TEST_IP
|
||||
#define AP_NETWORKING_TEST_IP "192.168.13.2"
|
||||
#define AP_NETWORKING_TEST_IP "192.168.144.2"
|
||||
#endif
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in New Issue