So you're a Noob? Post your questions here until you graduate! Don't be shy.

User avatar
By hackerjoe
#84823 [quote="schufti"]there was an error:
[code]
Hi schufti,
Is there a way to send a temp averaged say every 30 minutes or 1 hour. Its not a big deal if its too much.
I will play with the new delay feature thank you for spotting that.
I tried making a few changes but it ended up stopping the code lol
Thank you again,
Joe
User avatar
By schufti
#84827 hi, tochange the interval I told you to change the CYCLE define, and this is the location:

Code: Select all// thingspeak defines
#define tspKEY "api key goes here"
#define tspSVR "api.thingspeak.com"
#define CYCLE 60


it is in seconds, so for 30min you need to change it to ???
try an educated guess ...