Support for Arduino IDE >=1.6
dhunink opened this issue · 0 comments
dhunink commented
Updating the firmware of the CC3000 will result in errors.
If I'm correct, unsigned char PROGMEM
should be replaced by const unsigned char PROGMEM
(as suggested on https://github.com/arduino/Arduino/wiki/1.6-Frequently-Asked-Questions).
But before breaking my board by writing wrong firmware on it, I thought I'd open a quick issue report here. Perhaps anyone from the staff may elaborate on the issue?