1
0
mirror of https://github.com/DigitalDevices/dddvb.git synced 2023-10-10 13:37:43 +02:00

change command name from UNI to SCIF

This commit is contained in:
Ralph Metzler 2017-04-07 22:20:40 +02:00
parent 52b81cfd8e
commit 785d7c5126

View File

@ -244,7 +244,7 @@
#define LNB_CMD_HIGH 4
#define LNB_CMD_OFF 5
#define LNB_CMD_DISEQC 6
#define LNB_CMD_UNI 7
#define LNB_CMD_SCIF 7
#define LNB_BUSY (1ULL << 4)
#define LNB_TONE (1ULL << 15)