arduino-api icon indicating copy to clipboard operation
arduino-api copied to clipboard

GSM STREAMING PROGRAM ERROR

Open krishnaprasanth26 opened this issue 10 years ago • 0 comments

I am currently using windows 7 32 bit os and have installed arduino ide1.0.6 ver .i tried compiling the example programme https://github.com/plotly/arduino-api/blob/master/examples/gsm/simple_gsm.ino and returns me the following errors ,kindly please anyone let me know the solution for this problems

C:\Users\Prakaash.J\Desktop\arduino-1.0.6\libraries\GSM\GSM3ShieldV1ModemVerification.cpp: In member function 'String GSM3ShieldV1ModemVerification::getIMEI()': C:\Users\Prakaash.J\Desktop\arduino-1.0.6\libraries\GSM\GSM3ShieldV1ModemVerification.cpp:72: error: conversion from 'int' to 'String' is ambiguous C:\Users\Prakaash.J\Desktop\arduino-1.0.6\hardware\arduino\cores\arduino/WString.h:61: note: candidates are: String::String(const FlashStringHelper) C:\Users\Prakaash.J\Desktop\arduino-1.0.6\hardware\arduino\cores\arduino/WString.h:59: note: String::String(const char)

krishnaprasanth26 avatar Mar 16 '15 10:03 krishnaprasanth26