mirror of
https://github.com/intrepidcs/libicsneo.git
synced 2026-08-05 01:18:36 +02:00
All: Update network names
Updates all network names, the new format is <id>_<%02d>.
This commit is contained in:
@@ -16,8 +16,8 @@ public:
|
||||
|
||||
static const std::vector<Network>& GetSupportedNetworks() {
|
||||
static std::vector<Network> supportedNetworks = {
|
||||
Network::NetID::HSCAN,
|
||||
Network::NetID::MSCAN
|
||||
Network::NetID::DWCAN_01,
|
||||
Network::NetID::DWCAN_08
|
||||
};
|
||||
return supportedNetworks;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user