mirror of
https://github.com/DigitalDevices/dddvb.git
synced 2023-10-10 13:37:43 +02:00
add GT mini support
This commit is contained in:
parent
065dd1a238
commit
7e0b402256
@ -249,6 +249,10 @@ int main(int argc, char **argv)
|
|||||||
fname="DVBBridgeV2B_DD01_0013_PRO.fpga";
|
fname="DVBBridgeV2B_DD01_0013_PRO.fpga";
|
||||||
printf("Octopus PRO\n");
|
printf("Octopus PRO\n");
|
||||||
break;
|
break;
|
||||||
|
case 0x0020:
|
||||||
|
fname="DVBBridgeV2B_DD01_0020.fpga";
|
||||||
|
printf("Octopus GT Mini\n");
|
||||||
|
break;
|
||||||
case 0x0201:
|
case 0x0201:
|
||||||
fname="DVBModulatorV1B_DVBModulatorV1B.bit";
|
fname="DVBModulatorV1B_DVBModulatorV1B.bit";
|
||||||
printf("Modulator\n");
|
printf("Modulator\n");
|
||||||
|
Loading…
Reference in New Issue
Block a user