- frontend: rename dummy fe

This commit is contained in:
TangoCash
2022-05-05 22:15:09 +02:00
committed by Thilo Graf
parent bfee881c7f
commit 6a962eef51

View File

@@ -188,7 +188,7 @@ bool CFrontend::Open(bool init)
deliverySystemMask |= DVB_S2;
deliverySystemMask |= DVB_S2X;
info.type = FE_QPSK;
strcpy(info.name, "dummyfe");
strcpy(info.name, "dummy fe for testing DVB-S/S2/S2X");
return false;
}