mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 14:38:30 -04:00
Tools: change NET_ENABLED to NET_ENABLE
This commit is contained in:
parent
8a8f7a885d
commit
710dcf7cde
@ -6653,7 +6653,7 @@ Brakes have negligible effect (with=%0.2fm without=%0.2fm delta=%0.2fm)
|
|||||||
"SCR_ENABLE": 1,
|
"SCR_ENABLE": 1,
|
||||||
"SCR_VM_I_COUNT": 1000000,
|
"SCR_VM_I_COUNT": 1000000,
|
||||||
"SIM_SPEEDUP": 20,
|
"SIM_SPEEDUP": 20,
|
||||||
"NET_ENABLED": 1,
|
"NET_ENABLE": 1,
|
||||||
})
|
})
|
||||||
|
|
||||||
self.reboot_sitl()
|
self.reboot_sitl()
|
||||||
@ -6687,7 +6687,7 @@ Brakes have negligible effect (with=%0.2fm without=%0.2fm delta=%0.2fm)
|
|||||||
"SCR_ENABLE": 1,
|
"SCR_ENABLE": 1,
|
||||||
"SCR_VM_I_COUNT": 1000000,
|
"SCR_VM_I_COUNT": 1000000,
|
||||||
"SIM_SPEEDUP": 20,
|
"SIM_SPEEDUP": 20,
|
||||||
"NET_ENABLED": 1,
|
"NET_ENABLE": 1,
|
||||||
"SERIAL5_PROTOCOL": 48,
|
"SERIAL5_PROTOCOL": 48,
|
||||||
})
|
})
|
||||||
|
|
||||||
|
@ -4260,7 +4260,7 @@ class TestSuite(ABC):
|
|||||||
"""Download latest log over network port"""
|
"""Download latest log over network port"""
|
||||||
self.context_push()
|
self.context_push()
|
||||||
self.set_parameters({
|
self.set_parameters({
|
||||||
"NET_ENABLED": 1,
|
"NET_ENABLE": 1,
|
||||||
"LOG_DISARMED": 1,
|
"LOG_DISARMED": 1,
|
||||||
"LOG_DARM_RATEMAX": 1, # make small logs
|
"LOG_DARM_RATEMAX": 1, # make small logs
|
||||||
# UDP client
|
# UDP client
|
||||||
|
Loading…
Reference in New Issue
Block a user