Open lukeweston opened 10 years ago
I was unable to compile this, but it seems to be fixable by changing a few instances of PROGMEM prog_uchar to PROGMEM const unsigned char
After this change I can successfully compile, flash an Arduino and successfully run a firmware update on an Adafruit CC3000 shield.
But unfortunately the 0-test fails to work on my bespoke CC3000 boards, and I thought a firmware patch might fix them :(
I was unable to compile this, but it seems to be fixable by changing a few instances of PROGMEM prog_uchar to PROGMEM const unsigned char
After this change I can successfully compile, flash an Arduino and successfully run a firmware update on an Adafruit CC3000 shield.
But unfortunately the 0-test fails to work on my bespoke CC3000 boards, and I thought a firmware patch might fix them :(