merlokk / CO2Meter

library to control CO2 meter 7798 from AZ
10 stars 2 forks source link

Speed up pushing to the server #4

Open merlokk opened 9 years ago

merlokk commented 9 years ago

It needs to check if I uploaded data. And then uploaded - delete it from local storage. By now (then an error is occurred) it starts uploading from the beginning of the data.

merlokk commented 9 years ago

from here https://github.com/merlokk/CO2Meter/commit/b50a2e121f7f505f00e097041d086dda6707dc3e it work at maximum speed with inserting lines one by one.

The next try - I need to push blocks with data via google script