minmod
This commit is contained in:
parent
868d229f13
commit
2eeb4ed6ff
|
@ -104,7 +104,7 @@
|
|||
=========================================================*/
|
||||
/* (1) Log action to default log file */
|
||||
$elapsed = $stop_ts - $start_ts;
|
||||
$elapsed = round($elapsed*1000) / 1000;
|
||||
$elapsed = round($elapsed*1000); // to ms + rounded
|
||||
$f_data->fwrite( "[" . $elapsed ."]\n" );
|
||||
slog("Motor stop", 'motheure-simple:loop', 'motheure');
|
||||
|
||||
|
|
Loading…
Reference in New Issue