cmagagna / CC3000Patch

An Arduino sketch to upgrade a TI CC3000 WiFi module to the latest firmware
18 stars 2 forks source link

prog_uchar deprecated #4

Open lukeweston opened 10 years ago

lukeweston commented 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 :(