Description
Back between Arduino IDE 1.6.5 and 1.6.6, we lost the ability to talk to the Adafruit ESP8266 Huzzah board. Figuring they would fix the problem in subsequent releases, I upgraded from 1.6.5 to 1.6.9 this week, did all the library and boards updates, and when trying to compile for the Huzzah, following the settings from https://learn.adafruit.com/adafruit-huzzah-esp8266-breakout/using-arduino-ide. (and I DO have the board selected as the Adrafruit HUZZAH ESP8266, and not the generic one initially shown in the tutorial, but have tried both with no differing results.
I get the following compiling error:
Board huzzah (platform esp8266, package esp8266) is unknown
Error compiling for board Adafruit HUZZAH ESP8266.
Do I need to revert back to A. IDE 1.6.5 to be able to talk to my boards again?? This was to be a quick code update. If it matters, I am using Windows 7.