mathworks / thingspeak-arduino

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

"client" isn´t declared on the scope #40

Closed ghost closed 5 years ago

ghost commented 6 years ago

I´m trying to use thingspeak with a NODEMCU from Lolin, and every time i try to compile the program i receive the error 'client' was not declared in this scope pointing to the ThingSpeak.begin(client); inside the setup() session.

jasontwinters commented 5 years ago

The library does work with NodeMCU. Did you ever get this working?