X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=serial.pl;h=06197a0e1ee4945f73d302d2e8ce394eb7b089a8;hb=8706ce2f99dfd5dc9dacd869ce596e35e577777b;hp=180cd91acdc6c67a9241b7d5c325f4294f4aa0ae;hpb=47388e1e40ca2837e1e549df95f00bccaab36d9d;p=vaillant-thermostat diff --git a/serial.pl b/serial.pl index 180cd91..06197a0 100755 --- a/serial.pl +++ b/serial.pl @@ -45,7 +45,7 @@ while (1) { my $hex = unpack('H*',$string); $hex =~ s/(..)/$1 /g; - my $temp = `curl localhost:3000/temp.txt`; + my $temp = `curl -q localhost:3000/temp.txt`; $temp =~ s/\s+/ /gs; $temp =~ s/^\s+//;