mirror of
https://github.com/EEVengers/ThunderScope.git
synced 2025-04-11 23:19:16 +00:00
fix dc couple options
This commit is contained in:
parent
454052c050
commit
b6c9e37abd
@ -50,10 +50,10 @@ struct Option options[] = {
|
||||
{"ac4", false, 0x44 },
|
||||
|
||||
{"dc-all", false, 0x50 },
|
||||
{"ac1", false, 0x51 },
|
||||
{"ac2", false, 0x52 },
|
||||
{"ac3", false, 0x53 },
|
||||
{"ac4", false, 0x54 },
|
||||
{"dc1", false, 0x51 },
|
||||
{"dc2", false, 0x52 },
|
||||
{"dc3", false, 0x53 },
|
||||
{"dc4", false, 0x54 },
|
||||
|
||||
{"enable-all", false, 0x60 },
|
||||
{"enable1", false, 0x61 },
|
||||
|
Loading…
Reference in New Issue
Block a user