Open
Description
In your guide for using the WeatherStation kit, near the end it mentions the following lines of code being in the WeatherStationdemo code:
//Thingspeak Settings
const String THINGSPEAK_CHANNEL_ID = "67824";\n
const String THINGSPEAK_API_READ_KEY = "L2VIW20QVNZJBLAK";
Looking at your past commits for the WeatherStationDemo it seems like you removed these lines at one point and then never put it back. Your tutorial encourages the user to replace these two lines with our own channel id and api read key but now they don't exist at all in the code. Is this a typo? Or is it expected the user is supposed to write it in themselves and figure out how to use the thingspeak client?