You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to send multiple fields to my channel, but it is failing.
Using ThingSpeak.setField(1,my1Value); ThingSpeak.setField(2,my2Value); ThingSpeak.writeFields(myChannel,myWriteAPI);
Could you review the code if it matches the latest API, please?
The text was updated successfully, but these errors were encountered:
I'm trying to send multiple fields to my channel, but it is failing.
Using
ThingSpeak.setField(1,my1Value); ThingSpeak.setField(2,my2Value); ThingSpeak.writeFields(myChannel,myWriteAPI);
Could you review the code if it matches the latest API, please?
The text was updated successfully, but these errors were encountered: