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 () {
...
}