sensebox / node-sketch-templater

Arduino sketch templates used by the openSenseMap-api
MIT License
2 stars 2 forks source link

custom_setup.tpl is out of date #109

Open PaulReichmuth opened 2 years ago

PaulReichmuth commented 2 years ago

The code inside custom_setup.tpl is out of date with the current API. Since the function postFloatValue() is sending a POST-Request for every measurement, users could run into issues with the ratelimit (Error 429).

Will propose code change in the next few days.