IOTAppStory(const char* compDate, const int modeButton)
Tells IAS the compilation date and what digital input is the callhome / check for updates button.
#define COMPDATE __DATE__ __TIME__
#define MODE_BUTTON 0
#include IOTAppStory
IAS(COMPDATE, MODEBUTTON);
setup () {
...
}
loop () {
...
}
We use cookies on this website. View our cookie policy to find out how and why.
If you'd like to disable cookies on this device, please view our information pages on "How to manage cookies". Please be aware that parts of the site will not function correctly if you disable cookies.
By closing this message, you consent to our use of cookies on this device in accordance with our cookie policy unless you have disabled them.