mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-07 10:30:41 +02:00
setting 1 giga mode as default for virtual mythen3
This commit is contained in:
parent
e4d1daea02
commit
2d104d9a9b
@ -439,6 +439,9 @@ void setupDetector() {
|
|||||||
setInitialExtSignals();
|
setInitialExtSignals();
|
||||||
// 10G UDP
|
// 10G UDP
|
||||||
enableTenGigabitEthernet(1);
|
enableTenGigabitEthernet(1);
|
||||||
|
#ifdef VIRTUAL
|
||||||
|
enableTenGigabitEthernet(0);
|
||||||
|
#endif
|
||||||
|
|
||||||
// check module type attached if not in debug mode
|
// check module type attached if not in debug mode
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user