frontend: rename dummy fe

Origin commit data
------------------
Commit: ed7ce52276
Author: TangoCash <eric@loxat.de>
Date: 2022-05-05 (Thu, 05 May 2022)

Origin message was:
------------------
- frontend: rename dummy fe
This commit is contained in:
TangoCash
2022-05-05 22:15:09 +02:00
committed by vanhofen
parent 5d06df92af
commit 8c0a97f6d9

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;
}