19-01-2020, 00:12
A silly question, but perhaps important. Are you running the receiver in test mode?
Code:
// --------------------------------------------------------------------------------------
// Test Mode : Never run a live system in test mode
// --------------------------------------------------------------------------------------
bool Test_Mode = false; // false= Normal working mode, true= Test mode only (no usb connection)
