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 #ifndef TINYSA4
setting.agc = S_ON; setting.agc = S_ON;
setting.lna = S_OFF; setting.lna = S_OFF;
set_RBW(6000); // set_RBW(6000);
#else #else
set_RBW(1000); set_RBW(1000);
#endif #endif

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

Loading…
Cancel
Save

Powered by TurnKey Linux.