ubidots / ubidots-arduino-gprs

MIT License
9 stars 10 forks source link

error: no matching function for call to 'Ubidots::Ubidots(const char*&, const char*&, const char*&, const char*&)' Ubidots client(TOKEN,APN,USER,PASS); ^ #27

Open Nikitanagar opened 8 months ago

Nikitanagar commented 8 months ago

I am using Sim7600 module with esp32. I want to send the data on ubidots. But this error : no matching function for call to 'Ubidots::Ubidots(const char&, const char&, const char&, const char&)' Ubidots client(TOKEN,APN,USER,PASS); occurs. Can you tell me why it occured?