Open GoogleCodeExporter opened 8 years ago
This is done in v0.13
Original comment by luc.van....@skynet.be
on 25 Oct 2011 at 11:15
Maybe it was done in v0.13, but its wrong in v0.14
Original comment by heimosch...@gmail.com
on 20 Nov 2011 at 11:33
Does it make sense to keep this setting in smatool.conf.new?
I think it should be commented out or eliminated since there's no reason to
continue using r1 API.
Look at files in sma-bluetooth-0.17b.tar.gz:
smatool.c, row 1346:
strcpy( conf->PVOutputURL, "http://pvoutput.org/service/r2/addstatus.jsp" );
smatool.c, row 1413:
if( strcmp( variable, "PVOutputURL" ) == 0 )
strcpy( conf->PVOutputURL, value );
Original comment by righetto...@gmail.com
on 10 Feb 2012 at 2:31
Original issue reported on code.google.com by
heimosch...@gmail.com
on 21 Oct 2011 at 12:06