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,9 +16,9 @@ public:
|
||||
ICSNEO_FINDABLE_DEVICE(RADMoonDuo, DeviceType::RADMoonDuo, "MD");
|
||||
|
||||
static const std::vector<Network>& GetSupportedNetworks() {
|
||||
// If Converter1 Target is set to USB/CM, OP_Ethernet2 will be exposed to the PC
|
||||
// If Converter1 Target is set to USB/CM, AE_02 will be exposed to the PC
|
||||
static std::vector<Network> supportedNetworks = {
|
||||
Network::NetID::OP_Ethernet2
|
||||
Network::NetID::AE_02
|
||||
};
|
||||
return supportedNetworks;
|
||||
}
|
||||
|
||||
@@ -17,7 +17,7 @@ enum RadMoonDuoConverterMode {
|
||||
};
|
||||
|
||||
typedef struct {
|
||||
// OPETH_LINK_AUTO/MASTER/SLAVE
|
||||
// AE_LINK_AUTO/MASTER/SLAVE
|
||||
uint8_t linkMode0;
|
||||
uint8_t linkMode1;
|
||||
// USB/CM or RJ45 selection (RadMoonDuoConverterMode)
|
||||
|
||||
Reference in New Issue
Block a user