diff --git a/driveGnuPlots.pl b/driveGnuPlots.pl index b0c5911..d37492c 100755 --- a/driveGnuPlots.pl +++ b/driveGnuPlots.pl @@ -249,6 +249,8 @@ sub mainThread { while( $_ = ($dataQueue && $dataQueue->dequeue()) // <> ) { + next if /^#/o; + if($_ ne "Plot now") { $haveNewData = 1;