Skip to content

Commit

Permalink
Removed duplicate ether.tcpSend()
Browse files Browse the repository at this point in the history
  • Loading branch information
stuartpittaway committed Feb 7, 2012
1 parent 4957832 commit 0331a36
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions PVoutputOrg.ino
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,6 @@ void webservicePVoutputOrg::preparePacket(unsigned long totalkWhGenerated,unsign
"$H"),
pvoutputwebsite,pvoutputwebsite, PSTR(PVOUTPUTAPIKEY),PSTR(PVOUTPUTSYSTEMID), stash.size(), sd);

// send the packet - this also releases all stash buffers once done
ether.tcpSend();

}//end function


Expand Down

0 comments on commit 0331a36

Please sign in to comment.