Commit 37bc0b05 authored by Grzegorz Daniluk's avatar Grzegorz Daniluk

wrc_main: default alpha value for blue SFP used in Slave mode

parent 306ff096
......@@ -35,7 +35,7 @@ int wrc_ui_mode = UI_SHELL_MODE;
///////////////////////////////////
//Calibration data (from EEPROM if available)
int32_t sfp_alpha = -73622176; //default values if could not read EEPROM
int32_t sfp_alpha = 73622176; //default values if could not read EEPROM
int32_t sfp_deltaTx = 46407;
int32_t sfp_deltaRx = 167843;
uint32_t cal_phase_transition = 2389;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment