From d9ea5e085ed846b03c9af0817f30afb1510386d7 Mon Sep 17 00:00:00 2001 From: Bryant Jones Date: Fri, 9 May 2025 11:51:26 -0400 Subject: [PATCH] Device: Gigastar2: Update networks --- include/icsneo/device/tree/radgigastar2/radgigastar2.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/include/icsneo/device/tree/radgigastar2/radgigastar2.h b/include/icsneo/device/tree/radgigastar2/radgigastar2.h index b8e6cef..5239766 100644 --- a/include/icsneo/device/tree/radgigastar2/radgigastar2.h +++ b/include/icsneo/device/tree/radgigastar2/radgigastar2.h @@ -24,6 +24,9 @@ namespace icsneo { static std::vector supportedNetworks = { Network::NetID::DWCAN_01, + Network::NetID::DWCAN_02, + Network::NetID::DWCAN_03, + Network::NetID::DWCAN_04, Network::NetID::ETHERNET_01, Network::NetID::ETHERNET_02,