1
0
Fork 0

use the same defaults as the Enttec

This commit is contained in:
Kevin Matz 2023-04-05 12:39:12 -04:00
parent 54244d4988
commit 55c9060ff6
1 changed files with 3 additions and 3 deletions

View File

@ -28,9 +28,9 @@ namespace ENTTEC {
Widget::Widget()
: serial_number(0) // SN# 0 for emulated devices
, firmware_version(2<<8) // emulated devices support RDM
, tx_break_intervals(9) // 96.06 us (fastest) by default
, tx_mab_intervals(1) // 10.67 us (fastest) by default
, tx_rate(0) // 0 for fastest rate possible, by default
, tx_break_intervals(17) // 181.4 us by default
, tx_mab_intervals(10) // 106.7 us by default
, tx_rate(40) // 40 packets/s, by default
, usb_mode_(USBunknown)
{
}