From f30ac4052cea655f6ef33cad668f1da8c4d6c066 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Tue, 21 Nov 2023 17:22:00 +1100 Subject: [PATCH] HAL_SITL: added SERIAL4 as UDP output for SITL periph --- libraries/AP_HAL_SITL/SITL_Periph_State.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libraries/AP_HAL_SITL/SITL_Periph_State.h b/libraries/AP_HAL_SITL/SITL_Periph_State.h index 0aca46d29b..7a9d3ec757 100644 --- a/libraries/AP_HAL_SITL/SITL_Periph_State.h +++ b/libraries/AP_HAL_SITL/SITL_Periph_State.h @@ -67,11 +67,11 @@ public: "GPS1", "none:1", "sim:adsb", - "none:3", - "none:4", + "udpclient:127.0.0.1:15550", // for CAN UART test "none:5", "none:6", "none:7", + "none:8", }; uint8_t get_instance() const { return _instance; }