receiver 12 bit, wip

This commit is contained in:
maliakal_d 2022-02-16 16:53:25 +01:00
parent 4107938921
commit 4cfb35c176
2 changed files with 2 additions and 0 deletions

View File

@ -4861,6 +4861,7 @@ int is_udp_configured() {
LOG(logWARNING, ("%s", configureMessage));
return FAIL;
}
// virtual: no check (can be eth name: lo, ip: 127.0.0.1)
#ifndef VIRTUAL
if (udpDetails[i].dstmac == 0) {
sprintf(configureMessage,

View File

@ -716,6 +716,7 @@ int ClientInterface::set_dynamic_range(Interface &socket) {
break;
*/
case 4:
case 12:
if (detType == EIGER) {
exists = true;
}