Guys I’m getting this error below, this happens when I try to compile the Ubidots.h library under Arduino IDE , is someone else having the same issue?
C:\Users\RosaleO\Documents\Arduino\libraries\Ubidots\Ubidots.cpp: In constructor ‘Ubidots::Ubidots(String)’:
C:\Users\RosaleO\Documents\Arduino\libraries\Ubidots\Ubidots.cpp:31: error: ambiguous overload for ‘operator=’ in ‘((Ubidots*)this)->Ubidots::_le = 0’
C:\Program Files (x86)\Arduino\hardware\arduino\cores\arduino/WString.h:86: note: candidates are: String& String::operator=(const String&)
C:\Program Files (x86)\Arduino\hardware\arduino\cores\arduino/WString.h:87: note: String& String::operator=(const char*)
C:\Program Files (x86)\Arduino\hardware\arduino\cores\arduino/WString.h:88: note: String& String::operator=(const __FlashStringHelper*)
Thanks
Oscar