Commit 3cda0d0c authored by Oleg Dzhimiev's avatar Oleg Dzhimiev

set fpga clock if fpga time and request time > 24h

parent 96fec446
......@@ -344,8 +344,8 @@ function decodeGet ($encoded_get) {
/// _time - will look at FPGA time and program both FPGA and system, _stime - unconditionally program both
case "_time":
$toRead["req_ts"]=$value; /// Request time stamp, as received. Will be used by sender
if (elphel_get_fpga_time() > 100000000) break; // time already set
$a=((float) $value)/1000;
if (abs(elphel_get_fpga_time()-$a) > 24*3600) break; // time already set
case "_stime":
$toRead["req_ts"]=$value;
$a=((float) $value)/1000;
......
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