Help locating ESP8266 ("Huzzah") board manager library

Post here about your Arduino projects, get help - for Adafruit customers!

Moderators: adafruit_support_bill, adafruit

Please be positive and constructive with your questions and comments.
Locked
User avatar
jhassall
 
Posts: 2
Joined: Fri Oct 23, 2020 9:21 am

Help locating ESP8266 ("Huzzah") board manager library

Post by jhassall »

I'm trying to locate the board manager library for the Huzzah (ESP8266). The Adafruit page refers to a Github page for the library but I'll be damned if I can find it. I *must* be doing something stupid, this can't be this hard. If someone could please point me to the proper place in Github (or elsewhere, if needed), I'd be forever grateful. I feel like an idiot having to ask this question.

Thank you!

BTW, I'm using Arduino IDE 2.0.1

jim

User avatar
bidrohini
 
Posts: 202
Joined: Thu Oct 20, 2022 10:03 am

Re: Help locating ESP8266 ("Huzzah") board manager library

Post by bidrohini »


User avatar
adafruit_support_carter
 
Posts: 29153
Joined: Tue Nov 29, 2016 2:45 pm

Re: Help locating ESP8266 ("Huzzah") board manager library

Post by adafruit_support_carter »

The source code for the ESP8266 Arduino core is here:
https://github.com/esp8266/Arduino

But you generally never need to worry about that or need to access it directly. To use the ESP8266 HUZZAH with Arduino, follow the setup instructions here:
https://learn.adafruit.com/adafruit-huz ... ge-2571073

User avatar
jhassall
 
Posts: 2
Joined: Fri Oct 23, 2020 9:21 am

Re: Help locating ESP8266 ("Huzzah") board manager library

Post by jhassall »

A number of web searches found this:
https://learn.adafruit.com/adafruit-fea ... rduino-ide

Bingo! I'm surprised it's not linked from the Huzzah description page, but here it is for anyone else who might have trouble.

Thanks to all who responded with links. **thank you**

jim

Locked
Please be positive and constructive with your questions and comments.

Return to “Arduino”