Your call to ThingSpeak.begin(); does not have a client. See the examples in the Arduino IDE when you install the thingSpeak library. For example the "writeMultipleVoltages.ino". Generally the client that connects to the wifi or ethernet is passed to the ThingSpeak object.
↧