ValueCAN 4-2EL: Device reqires PCAP to enumerate over Ethernet
parent
78e3eb18df
commit
805ff4f549
|
|
@ -67,7 +67,7 @@ protected:
|
||||||
|
|
||||||
private:
|
private:
|
||||||
ValueCAN4_2EL_ETH(neodevice_t neodevice) : ValueCAN4_2EL(neodevice) {
|
ValueCAN4_2EL_ETH(neodevice_t neodevice) : ValueCAN4_2EL(neodevice) {
|
||||||
initialize<CDCACM, ValueCAN4_2ELSettings>();
|
initialize<PCAP, ValueCAN4_2ELSettings>();
|
||||||
productId = ETH_PRODUCT_ID;
|
productId = ETH_PRODUCT_ID;
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue