i tried this " ThingSpeak.begin(client);
if (client.connected()) {
Serial.println("ThingSpeak connection successful");
} else {
Serial.println("ThingSpeak connection failed");
}" to see if it can connect to thingspeak but it
More Answers in the ThingSpeak Community
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!