147
edits
Line 110: | Line 110: | ||
/* Set up: Thingspeak */ | /* Set up: Thingspeak */ | ||
// due to the privacy of the account, won't show the real numbers | // due to the privacy of the account, won't show the real numbers | ||
unsigned long ChannelNumber1 = XXXXXXX; //Insert Thingspeak | unsigned long ChannelNumber1 = XXXXXXX; //Insert Thingspeak Channel's number | ||
unsigned long ChannelNumber2 = XXXXXXX; //Insert 2nd Thingspeak | unsigned long ChannelNumber2 = XXXXXXX; //Insert 2nd Thingspeak Channel's number | ||
const char *WriteAPIkey1="XXXXXXXXXXXXXXXX"; // Thingspeak Official Channel API Key | const char *WriteAPIkey1="XXXXXXXXXXXXXXXX"; // Thingspeak Official Channel API Key | ||
const char *WriteAPIkey2="XXXXXXXXXXXXXXXX"; // 2nd Thingspeak Official Channel API Key | const char *WriteAPIkey2="XXXXXXXXXXXXXXXX"; // 2nd Thingspeak Official Channel API Key |
edits