platformio / platform-espressif8266

Espressif 8266: development platform for PlatformIO
https://registry.platformio.org/platforms/platformio/espressif8266
Apache License 2.0
332 stars 219 forks source link

Fixed heltec wifi kit 8 board #67

Closed 9a4gl closed 6 years ago

ivankravets commented 6 years ago

There is no heltec_wifi_kit_8 variant, this board is on officially supported by arduino core for esp8266.

Currently, we use d1_mini variant. Please make PR here https://github.com/esp8266/Arduino/issues

ivankravets commented 6 years ago

Please re-test with http://docs.platformio.org/en/latest/platforms/espressif8266.html#using-arduino-framework-with-staging-version

9a4gl commented 6 years ago

I added PR there too to support this https://github.com/esp8266/Arduino/pull/4011 With those to PRs I've got proper support for that board. Without it, it shows in list of boards when you create new project, but then you get stuck. I do not understand how it appears in list when you create a project in platformio, is that online servise or ?