mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
AP_Networking: don't enable PPP by default
This commit is contained in:
parent
ec5ff94f3e
commit
985816ebc2
@ -33,7 +33,7 @@
|
||||
#endif
|
||||
|
||||
#ifndef AP_NETWORKING_BACKEND_PPP
|
||||
#define AP_NETWORKING_BACKEND_PPP (AP_NETWORKING_BACKEND_DEFAULT_ENABLED)
|
||||
#define AP_NETWORKING_BACKEND_PPP 0
|
||||
#endif
|
||||
|
||||
#ifndef AP_NETWORKING_BACKEND_SITL
|
||||
|
Loading…
Reference in New Issue
Block a user