Audio to PA4 and repair level cal

Removed_REF_marker
erikkaashoek 5 years ago
parent 1f643524e2
commit 695dadcf20

@ -4773,7 +4773,7 @@ void calibrate(void)
#ifndef TINYSA4
setting.agc = S_ON;
setting.lna = S_OFF;
set_RBW(6000);
// set_RBW(6000);
#else
set_RBW(1000);
#endif

@ -740,10 +740,10 @@ void SI4432_Listen(int s)
} else
count++;
v = max - v;
dacPutChannelX(&DACD2, 0, dBm_to_volt[v] << 4);
dacPutChannelX(&DACD1, 0, dBm_to_volt[v] << 4);
} while(operation_requested == OP_NONE);
count = 0;
dacPutChannelX(&DACD2, 0, 0);
// dacPutChannelX(&DACD1, 0, 0);
}
#endif

Loading…
Cancel
Save

Powered by TurnKey Linux.