Arduino-pro-ide: Anyone know how to add the ESP8266 boards in PRO IDE

Created on 6 Apr 2020  路  6Comments  路  Source: arduino/arduino-pro-ide

I know how to do it in the standard Arduino IDE.
Thanks for any help this software looks awesome.

Most helpful comment

This feature will be available with the next release, I am still working on the finalization. See: #177 and #215.

All 6 comments

This feature will be available with the next release, I am still working on the finalization. See: #177 and #215.

You are awesome

And that will let me use the Wemos ESP12 D1 boards?
Thanks for your help.
How do I add boards I couldn't figure it out.
Thanks for your time and kindness

This feature will be available with the next release, I am still working on the finalization. See: #177 and #215.

we can't wait

You have to fo to File... Settings... Open CLI Configuration... and then update the config to add the new board link as shown:

board_manager:
additional_urls: [http://arduino.esp8266.com/stable/package_esp8266com_index.json]

I have created and pinned an issue describing the CLI config a with a bit more details: https://github.com/arduino/arduino-pro-ide/issues/245

Was this page helpful?
0 / 5 - 0 ratings