mathworks / thingspeak-arduino

ThingSpeak Communication Library for Arduino, ESP8266 and ESP32
https://thingspeak.com
431 stars 231 forks source link

Channel number seems not needed for sending values. #55

Closed asukiaaa closed 5 years ago

asukiaaa commented 5 years ago

ChannelNumber is used for debug printing but not used for sending values. How about to remove it from functions about sending? I think that only using WRITE_API_KEY is enough.

Thank you.

jasontwinters commented 5 years ago

Thanks for the suggestion