You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi all,
I am using Arduino UNO on IDE 1.0.5, Windows 7 x32 and the ALPHA version of the
library (ALPHA_TiDiGino_IDE100_v100.zip ). When I tried to compile the
examples, the IDE threw this error:
In file included from
D:\arduino-1.0.5-windows\arduino-1.0.5\libraries\GSMSHIELD_TDG/SIM900.h:5,
from GSM_GPRSLibrary_SMS.ino:1:
D:\arduino-1.0.5-windows\arduino-1.0.5\libraries\GSMSHIELD_TDG/GSM.h:201:
error: 'WideTextFinder' does not name a type
This is similar to what has been reported at:
http://code.google.com/p/gsm-shield-arduino/issues/detail?id=47 but I guess the
problem was solved for the MEGA only?
After hours of hair scratching and checking up with the guys at chipfc.com who
used the same setup like mine and succeeded, I found out that the only
difference is that they used the beta version of the library
(BETA_GSM_GPRS_GPS_IDE100_v305.zip)
I tried this and it worked like a charm.
Is this an issue or something? Just to let you know.
Dave Nguyen
Original issue reported on code.google.com by [email protected] on 26 Aug 2013 at 7:51
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 26 Aug 2013 at 7:51The text was updated successfully, but these errors were encountered: