harlequin-tech / WiFlyHQ

WiFly RN-XV Arduino Library
Other
110 stars 68 forks source link

Error in compile #32

Open Ladeia opened 10 years ago

Ladeia commented 10 years ago

Hello,

I am reproducing the project http://www.mentalmunition.com/2013/10/measure-air-pollution-in-your-home-or.html

But I use other wi-fi shield, my shield is this http://www.seeedstudio.com/depot/Wifi-Shield-p-1220.html?cPath=19_20 http://www.seeedstudio.com/wiki/Wifi_Shield_V1.1

I'm following in the footsteps of the link http://www.mentalmunition.com/2013/06/step-by-step-guide-to-programming-rn-xv.html

but I I downloaded the code project, installed the lib and at the time I tried to run the example: https://github.com/harlequin-tech/WiFlyHQ/tree/master/examples/tcpclient

But the compiller displays on error in archiev WiFlyHQ.h in line 78 of you lib. "typedef const char PROGMEM prog_char;"

I commented this line and the code compiled correct, but I dont could connect in wi-fi.

gomex commented 10 years ago

I got the same problem in the same device.

anshul119 commented 9 years ago

I'm getting the same issue when i am trying to compile the program. I'm using wifly RN-XV

Sterpa commented 8 years ago

I got the same - I can not compile the example file httpserver.ino Gives an error message: ...WiFlyHQ-master/WiFlyHQ.h:78:28: error: section attribute not allowed for 'prog_char' typedef const char PROGMEM prog_char;

What could be the problem? Who was able to solve the problem?? the author is silent...

duhovny commented 8 years ago

Rolling back to Arduino IDE v1.0 had helped me to avoid this error.