//
// Polling period in milliseconds
PollPeriod = 500;
//
// Preset gain (0=verylow, 1=low, 2=med, 3=hi)
PresetGain = 0;
//
// Power level (0=verylow, 1=low, 2=med, 3=hi)
PowerLevel = 0;
//
// Lbl Waiting period in integer seconds sets receive window and max working range
LblWait = 3;
//
// Estimated sound velocity in meters/second
EstSoundVel = 1485.0;
//
// Beacon name
//
//Beacon = V5_3;
Beacon = V4_1;
//Beacon = V7_7;
//
// Jitter suppression (comment-out line if not needed)
VJSE = 1;
